diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-07-31 17:34:22 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-07-31 17:34:22 +0000 |
commit | b7f04a7517e378c50ff61ff9e7aa9d57d7309ee7 (patch) | |
tree | 3ce403716516c1ce39f6287c83e35ceaeb73912d /bin | |
parent | 2a27c12fffa359898c5601a211fe19425da82fa6 (diff) |
syncing with rbot-0.9.10 branch
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ defaultlib = File.expand_path(File.dirname($0) + '/../lib') if File.directory? "#{defaultlib}/rbot" unless $:.include? defaultlib - $:.push defaultlib + $:.unshift defaultlib end end |