diff options
Diffstat (limited to 'tools/cpt-download')
-rwxr-xr-x | tools/cpt-download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-download b/tools/cpt-download index cd73ba1..da0a692 100755 --- a/tools/cpt-download +++ b/tools/cpt-download @@ -2,7 +2,7 @@ # Download sources for the given 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 --help|-h) |