summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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