X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Frbot;h=ce5c86bd9fb82446c17897aa8ec0bdafbf376129;hb=2c691f2dc9e6e3e1571218a6ad9c131359d37ffd;hp=8921eeb81e93f8e67428196048f641a8dec6ec79;hpb=2a27c12fffa359898c5601a211fe19425da82fa6;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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