From b7f04a7517e378c50ff61ff9e7aa9d57d7309ee7 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Mon, 31 Jul 2006 17:34:22 +0000 Subject: syncing with rbot-0.9.10 branch --- bin/rbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3