diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-09 20:00:21 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-09 20:00:21 +0000 |
commit | 563195560ffb1b151853f7c0b08abbd3b5d43d5f (patch) | |
tree | 58b2be4c6e30562e1c60ed4f684cc63a1b5d6a8f /bin | |
parent | baae528e33e1036504b79e23127375d161887aff (diff) |
nope, that breaks gem install, need a better way
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" +$version="0.9.9" $opts = Hash.new orig_opts = ARGV.dup |