summaryrefslogtreecommitdiff
path: root/pbs-plumb-download
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 20:26:03 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 20:26:03 -0600
commitf3b20f83a6211607367c773fc6b3975be87f4499 (patch)
tree87f3ec77a34bb158b7b2fb22181bd468943d4867 /pbs-plumb-download
parent4111ae2d4633e402728331aba6a0f95c54f8d3cf (diff)
un-hardcode libremessages
Diffstat (limited to 'pbs-plumb-download')
-rwxr-xr-xpbs-plumb-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-plumb-download b/pbs-plumb-download
index 8d4abf2..b87e839 100755
--- a/pbs-plumb-download
+++ b/pbs-plumb-download
@@ -1,6 +1,6 @@
#!/bin/bash -e
-. /usr/bin/libremessages
+. libremessages
main() {
[[ $# != 1 ]] && { usage; return 1; }