aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt')
-rwxr-xr-xtools/cpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt b/tools/cpt
index 9585330..a2dad72 100755
--- a/tools/cpt
+++ b/tools/cpt
@@ -1,7 +1,7 @@
#!/bin/sh -ef
# shellcheck disable=1091
-if command -v cpt-lib >/dev/null; then . cpt-lib; else . ./lib.sh; fi
+if command -v cpt-lib >/dev/null; then . cpt-lib; else ./cpt-lib; fi
[ "$1" ] && { arg=$1; shift; }
case "$arg" in