summaryrefslogtreecommitdiff
path: root/bin/rbot
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2006-07-31 17:34:22 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2006-07-31 17:34:22 +0000
commitb7f04a7517e378c50ff61ff9e7aa9d57d7309ee7 (patch)
tree3ce403716516c1ce39f6287c83e35ceaeb73912d /bin/rbot
parent2a27c12fffa359898c5601a211fe19425da82fa6 (diff)
syncing with rbot-0.9.10 branch
Diffstat (limited to 'bin/rbot')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rbot b/bin/rbot
index 8921eeb8..ce5c86bd 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -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