This commit is contained in:
Akim Demaille 2002-04-18 10:12:42 +00:00
parent 498fec2282
commit 4e44c11d51

View File

@ -8488,7 +8488,7 @@ aliases'': let it convert @samp{$@{1+"$@@"@}} into @samp{"$@@"} by
itself:
@example
test -n "$@{ZSH_VERSION+set@}" = set && alias -g '$@{1+"$@@"@}'='"$@@"'
test "$@{ZSH_VERSION+set@}" = set && alias -g '$@{1+"$@@"@}'='"$@@"'
@end example