Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh 3 and ${1+"$@"} (Was: [GNU Autoconf 2.53] testsuite.log: 126 failures)



> From: Akim Demaille <akim@xxxxxxxx>
> Date: 10 Apr 2002 17:52:05 +0200
> 
> diff -u -u -r1.144 autoconf.in
> --- bin/autoconf.in 8 Mar 2002 11:46:31 -0000 1.144
> +++ bin/autoconf.in 10 Apr 2002 15:51:27 -0000
> ...
> +  alias -g '${1+""}'='""'
> ...

This line seems incorrect to me.  Shouldn't it be:

> +  alias -g '${1+"$@"}'='"$@"'

?



Messages sorted by: Reverse Date, Date, Thread, Author