diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 20:26:03 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 20:26:03 -0600 |
commit | f3b20f83a6211607367c773fc6b3975be87f4499 (patch) | |
tree | 87f3ec77a34bb158b7b2fb22181bd468943d4867 /pbs-convert-absgit | |
parent | 4111ae2d4633e402728331aba6a0f95c54f8d3cf (diff) |
un-hardcode libremessages
Diffstat (limited to 'pbs-convert-absgit')
-rwxr-xr-x | pbs-convert-absgit | 2 |
1 files changed, 1 insertions, 1 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 |