commit a38a91676318a7f2bf2ad025e6003018beaceddf parent 5f0cbac93a05e62cff693c1dad54a010fcaecda1 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 30 Dec 2020 21:57:14 +0300 cpt-owns: remove cpt-lib call Diffstat:
M | contrib/cpt-owns | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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