diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-11-05 13:53:56 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-11-05 13:53:56 +0000 |
commit | f6c155ff0b261f23b6fc9465b7f2e6d85bab573a (patch) | |
tree | 8f330f8a376dc603cbc727b26ea4aba10465bf8b /byteback-receive | |
parent | dd0e15e0690288fe90886ad9fc727c5325800cd5 (diff) |
Added global library path to byteback-receive.
Diffstat (limited to 'byteback-receive')
-rwxr-xr-x | byteback-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byteback-receive b/byteback-receive index 05e6a7c..e6e7798 100755 --- a/byteback-receive +++ b/byteback-receive @@ -5,6 +5,7 @@ #STDERR.print ARGV.inspect + "\n" +$LOAD_PATH << '/usr/lib/byteback' require 'trollop' def error(message) |