diff options
Diffstat (limited to 'tools/cpt-install')
-rwxr-xr-x | tools/cpt-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-install b/tools/cpt-install index ea5aaf2..e886ad4 100755 --- a/tools/cpt-install +++ b/tools/cpt-install @@ -2,7 +2,7 @@ # Install 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 while [ "$1" ]; do case "$1" in |