aboutsummaryrefslogtreecommitdiff
path: root/contrib/cpt-manifest-tree
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cpt-manifest-tree')
-rwxr-xr-xcontrib/cpt-manifest-tree8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/cpt-manifest-tree b/contrib/cpt-manifest-tree
index 823b013..d89c85c 100755
--- a/contrib/cpt-manifest-tree
+++ b/contrib/cpt-manifest-tree
@@ -1,7 +1,13 @@
#!/bin/sh -ef
# Display all files owned by a package with a tree view
-case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0 ; esac
+case "$1" in
+ --help|-h)
+ printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]"
+ exit 0
+ ;;
+ '') set -- "${PWD##*/}"
+esac
cpt-list "$1" >/dev/null
printf '%s\n' "[$1]:"
tree -C --fromfile "$CPT_ROOT/var/db/cpt/installed/$1/manifest" | sed 1,2d