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:
parent
35e15e6b11
commit
4c2807e313
5 changed files with 14 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue