X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-add;h=f627c6dc6990578a0a9a290d87b45761dddfbc78;hb=c2e217770524b43145b65774e058d423cc167336;hp=09adaac941102f50b2c10f854fd128e32e19c483;hpb=f657628fd0709886002fdb0e2d8bde6873a34eb8;p=zpackage diff --git a/zpm-add b/zpm-add index 09adaac..f627c6d 100755 --- a/zpm-add +++ b/zpm-add @@ -125,6 +125,9 @@ pkgrel=$(zpm quote "$release") #strip=$(cleanpath "$strip") for path in $*; do #echo adding $path +if [ $verbose -gt 1 ]; then + printf "adding %s\n" $path +fi # only stat the file for items not set on the command line mode=${clmode:-$(zpm stat -l -f '%a' $path)}