]> pd.if.org Git - zpackage/blobdiff - zpm
fixups for zpm-preserve arg handling
[zpackage] / zpm
diff --git a/zpm b/zpm
index 57065d7655502e9152e072426bd346a91266f1cc..13f4c8e331b738112f0469598e4cfec7bd6c1e76 100755 (executable)
--- a/zpm
+++ b/zpm
@@ -15,7 +15,7 @@ case $cmd in
                find $(echo $PATH | tr ':' ' ') -maxdepth 1 -type f -name 'zpm-*' -executable -printf '%P\n'
                ;;
        *)
-               ecmd=$(command -v "zpm-$cmd") || die "$0: unknown command $cmd"
+               ecmd=$(command -v "zpm-$cmd") || die "$0: unknown command $cmd $@"
                exec "$ecmd" "$@" || die "$0: could not exec $ecmd"
                ;;
 esac