diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-07 22:00:50 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-07 22:00:50 +0000 |
commit | 4342c61392590ea9b9f3fb648ab70d5f3c6a5a95 (patch) | |
tree | ffc43dd1f6db5f79a074a7d7f4ee9cab7f5651d1 /bin | |
parent | 1ad3f697e3e68f933cad0b30d74128ed9d4946ab (diff) |
bah that doesn't do what I wanted at all, it's per-file :/
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version="0.9.9 svn [$LastChangedRevision$]" +$version="0.9.9 svn" $opts = Hash.new orig_opts = ARGV.dup |