summaryrefslogtreecommitdiff
path: root/byteback-receive
diff options
context:
space:
mode:
authorMatthew Bloch <matthew@bytemark.co.uk>2014-11-05 13:53:56 +0000
committerMatthew Bloch <matthew@bytemark.co.uk>2014-11-05 13:53:56 +0000
commitf6c155ff0b261f23b6fc9465b7f2e6d85bab573a (patch)
tree8f330f8a376dc603cbc727b26ea4aba10465bf8b /byteback-receive
parentdd0e15e0690288fe90886ad9fc727c5325800cd5 (diff)
Added global library path to byteback-receive.
Diffstat (limited to 'byteback-receive')
-rwxr-xr-xbyteback-receive1
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)