1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

3.1.6-dev-7

This commit is contained in:
Peter Stephenson 2000-10-17 12:55:41 +00:00
parent 35e15e6b11
commit 4c2807e313
5 changed files with 14 additions and 5 deletions

View file

@ -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")