diff options
Diffstat (limited to 'tools/cpt-fetch')
-rwxr-xr-x | tools/cpt-fetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-fetch b/tools/cpt-fetch index b0dbc1d..7d5be95 100755 --- a/tools/cpt-fetch +++ b/tools/cpt-fetch @@ -2,7 +2,7 @@ # Fetch repositories # 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##*/}"; exit 1 ;; |