From 0d634aa1f1710d949a5498cd3803a17c5426ca6a Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 24 Jul 2020 14:08:57 +0000 Subject: cpt: change local library path FossilOrigin-Name: 3e3dc29cb83bb50fef18d5299b70328fffbb81c8970dfad0fefc16bdb0ea36bc --- tools/cpt-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cpt-download') 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) -- cgit v1.2.3