autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Eggert
Subject: Re: Zsh 3 and ${1+"$@"} (Was: [GNU Autoconf 2.53] testsuite.log: 126 failures)
Date: Wed, 10 Apr 2002 10:09:45 -0700 (PDT)

> From: Akim Demaille <address@hidden>
> 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+"$@"}'='"$@"'

?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]