diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-07 19:03:06 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-09-07 19:03:06 +0000 |
commit | 6dad1b9c510db00be89196ee3cf514046c1e35a8 (patch) | |
tree | 35c1ca9828da6e7d46ae176f351afbf9a339e758 /bin | |
parent | 5a06676cdec9d4b43767f39ef2dea3b735a964a5 (diff) |
enable keyword
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" +$version="0.9.9 svn [$LastChangedRevision$]" $opts = Hash.new orig_opts = ARGV.dup |