aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-checksum
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-checksum')
-rwxr-xr-xtools/cpt-checksum2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-checksum b/tools/cpt-checksum
index cb01d89..2d303d3 100755
--- a/tools/cpt-checksum
+++ b/tools/cpt-checksum
@@ -2,7 +2,7 @@
# Generate checksums
# 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
case "$1" in
--help|-h) out "usage: ${0##*/} [pkg...]"; exit 1 ;;