diff options
author | makefu <github@syntax-fehler.de> | 2011-09-14 18:03:09 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-09-14 18:03:09 +0200 |
commit | 044eae2d6cefd134da1804050526b343e7cb4148 (patch) | |
tree | 41364051fd6afce505e51dc1e047150df773d474 /punani | |
parent | 893054fb784cb6c2908817a27248b42c526cb3d5 (diff) |
punani: add verbose function
Diffstat (limited to 'punani')
-rwxr-xr-x | punani/bin/punani | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/punani/bin/punani b/punani/bin/punani index 91f250e1..d118b13c 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -194,7 +194,7 @@ punani (){ case $OPT in (f) force=true; continue;; (h) hard=true; continue;; - (v) verbose=true; continue;; + (v) set -x; continue;; (d) dryrun=true; continue;; (\?) help;continue ;; esac |