diff options
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 |