aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-install
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-09-04 08:00:49 +0000
committermerakor <cem@ckyln.com>2020-09-04 08:00:49 +0000
commitadffb32537d8c1c6057101a34cb33fffc8316d08 (patch)
tree44fb96ef71028625f5b4c37a346fcd48d25f28da /src/cpt-install
parent88c6043753abf9686a2f6a18a216bc75b9e15586 (diff)
downloadcpt-adffb32537d8c1c6057101a34cb33fffc8316d08.tar.gz
src/: prefer the cpt-lib on the current directory.
FossilOrigin-Name: ea0a950e2247b056b0594baddb184f99aa8e39f492fa50c968e904b9dd2e2aa7
Diffstat (limited to 'src/cpt-install')
-rwxr-xr-xsrc/cpt-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpt-install b/src/cpt-install
index 92d8eee..94058d8 100755
--- a/src/cpt-install
+++ b/src/cpt-install
@@ -1,7 +1,6 @@
#!/bin/sh
# Install a package
-# shellcheck disable=1091
if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi
parser_definition() {