diff options
author | merakor <cem@ckyln.com> | 2020-07-24 14:08:57 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 14:08:57 +0000 |
commit | 0d634aa1f1710d949a5498cd3803a17c5426ca6a (patch) | |
tree | 71b4b0518d8a6b685af8a9e0c5efce800ef44e51 /tools/cpt-remove | |
parent | be96172e98b7289b032e1a87f13259c560920996 (diff) | |
download | cpt-0d634aa1f1710d949a5498cd3803a17c5426ca6a.tar.gz |
cpt: change local library path
FossilOrigin-Name: 3e3dc29cb83bb50fef18d5299b70328fffbb81c8970dfad0fefc16bdb0ea36bc
Diffstat (limited to 'tools/cpt-remove')
-rwxr-xr-x | tools/cpt-remove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-remove b/tools/cpt-remove index a3cb5d3..b36e403 100755 --- a/tools/cpt-remove +++ b/tools/cpt-remove @@ -2,7 +2,7 @@ # Remove 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 |