From f3b20f83a6211607367c773fc6b3975be87f4499 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Jun 2013 20:26:03 -0600 Subject: un-hardcode libremessages --- pbs-plumb-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbs-plumb-download') 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; } -- cgit v1.2.3