summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbs-convert-absgit2
-rwxr-xr-xpbs-plumb-download2
2 files changed, 2 insertions, 2 deletions
diff --git a/pbs-convert-absgit b/pbs-convert-absgit
index 30070c3..22539d3 100755
--- a/pbs-convert-absgit
+++ b/pbs-convert-absgit
@@ -8,7 +8,7 @@ cleanup() {
}
trap cleanup EXIT
-. /usr/bin/libremessages
+. libremessages
abort() {
echo # force a fresh line
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; }