diff options
Diffstat (limited to 'byteback-receive')
-rwxr-xr-x | byteback-receive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byteback-receive b/byteback-receive index 2c85005..54163d6 100755 --- a/byteback-receive +++ b/byteback-receive @@ -5,7 +5,8 @@ #STDERR.print ARGV.inspect + "\n" -$LOAD_PATH << '/usr/lib/byteback' +$LOAD_PATH.unshift("/usr/lib/byteback") + require 'trollop' require 'byteback' include Byteback::Log @@ -49,4 +50,3 @@ else STDERR.print "byteback-receive failed\n" exit 9 end - |