aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-30 18:57:14 +0000
committermerakor <cem@ckyln.com>2020-12-30 18:57:14 +0000
commitfc49c5151bc03cf17dd6414eea5ab4a18220994f (patch)
tree9b1ef4a5aca13e25f1e955e2d6ef8cb4374d8041
parent3e42aa924695f7c744181766f442ada94f0d65db (diff)
downloadcpt-fc49c5151bc03cf17dd6414eea5ab4a18220994f.tar.gz
cpt-owns: remove cpt-lib call
FossilOrigin-Name: 779971096227b4fe8f2333a4104dfe6bd75dcebea08505aa21799a68fc66587a
-rwxr-xr-xcontrib/cpt-owns1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cpt-owns b/contrib/cpt-owns
index 9e3cccb..494e0fd 100755
--- a/contrib/cpt-owns
+++ b/contrib/cpt-owns
@@ -1,6 +1,5 @@
#!/bin/sh -e
# Check which package owns a file
-. cpt-lib
case "$1" in ''|--help|-h) printf '%s\n' "usage: ${0##*/} [file]" ; exit 0 ; esac