From 4c2807e313ea1376b10db3deb685c4eb115cbf8e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 17 Oct 2000 12:55:41 +0000 Subject: 3.1.6-dev-7 --- Functions/Misc/zmv | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/Misc/zmv') diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv index 44a8a1b0c..8dbed7dd9 100644 --- a/Functions/Misc/zmv +++ b/Functions/Misc/zmv @@ -235,6 +235,7 @@ for f in $files; do elif [[ $f = $g ]]; then # don't cause error: more useful just to skip # errs=($errs "$f not altered by substitution") + [[ -n $opt_v ]] && print "$f not altered, ignored" continue elif [[ -n $from[$g] && ! -d $g ]]; then errs=($errs "$f and $from[$g] both map to $g") -- cgit 1.4.1