aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-search
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-search')
-rwxr-xr-xtools/cpt-search2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpt-search b/tools/cpt-search
index f3cd483..47faaf7 100755
--- a/tools/cpt-search
+++ b/tools/cpt-search
@@ -2,7 +2,7 @@
# Search for 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
# By default we are showing all instances of a package. This value can be unset
# in order to only find the first instance of a package.