1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 17:24:50 +01:00

Merge from trunk for a new 4.2 release.

This commit is contained in:
Paul Ackersviller 2007-04-07 03:22:11 +00:00
parent 184de56266
commit 797e07ff5e

View file

@ -85,9 +85,11 @@ if [[ "$force" = *s* ]] ||
### the following expression, too. We don't want that, but I have no
### idea how to fix it.
setopt aliases
eval 'exp=( ${${(e)exp//\\[
]/ }//(#b)([
])/\\$match[1]} )' 2>/dev/null
setopt NO_aliases
else
exp=( ${exp:s/\\\$/\$} )
fi