diff options
author | merakor <cem@ckyln.com> | 2020-12-30 18:57:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-30 18:57:45 +0000 |
commit | 2c5fc5d1e40cf039d5a1dfb9d7b2a712c70687c1 (patch) | |
tree | 1321c5bc108477d54daa80bb5aa49f26cf4695d8 /contrib/cpt-owns | |
parent | aa37203daeab4bb014ffb228f113530997ed3e9b (diff) | |
parent | fc49c5151bc03cf17dd6414eea5ab4a18220994f (diff) | |
download | cpt-2c5fc5d1e40cf039d5a1dfb9d7b2a712c70687c1.tar.gz |
Merge branch 'master' into helpers
FossilOrigin-Name: d52dd5e486780b6bf42b3c37fe7e574730d59e9d2c900b27be41de1caf1333ae
Diffstat (limited to 'contrib/cpt-owns')
-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 |