diff options
author | merakor <cem@ckyln.com> | 2020-12-30 18:57:14 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-30 18:57:14 +0000 |
commit | fc49c5151bc03cf17dd6414eea5ab4a18220994f (patch) | |
tree | 9b1ef4a5aca13e25f1e955e2d6ef8cb4374d8041 /contrib | |
parent | 3e42aa924695f7c744181766f442ada94f0d65db (diff) | |
download | cpt-fc49c5151bc03cf17dd6414eea5ab4a18220994f.tar.gz |
cpt-owns: remove cpt-lib call
FossilOrigin-Name: 779971096227b4fe8f2333a4104dfe6bd75dcebea08505aa21799a68fc66587a
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cpt-owns | 1 |
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 |