diff options
Diffstat (limited to 'tools/cpt-build')
-rwxr-xr-x | tools/cpt-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-build b/tools/cpt-build index ac4427b..b577176 100755 --- a/tools/cpt-build +++ b/tools/cpt-build @@ -2,7 +2,7 @@ # Build a package # 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 '') set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH ;; |