Make global catpoint be used in catpoint-wrap. - catpoint - Catpoint simple pre… | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 72b17876a7896a404f42af13c8baa282f66becba | |
parent 4bc0b567c7798de024e2bc3627a056ff8c68b394 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 10 Aug 2024 09:50:48 +0200 | |
Make global catpoint be used in catpoint-wrap. | |
Diffstat: | |
M catpoint-wrap | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/catpoint-wrap b/catpoint-wrap | |
@@ -15,4 +15,5 @@ for slide; do | |
shift | |
done | |
-exec ./catpoint "$@" | |
+exec catpoint "$@" | |
+ |