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)
- X-seq: zsh-workers 16959
- From: Paul Eggert <eggert@xxxxxxxxxxx>
- To: akim@xxxxxxxx
- 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)
- Cc: pws@xxxxxxx, zsh-workers@xxxxxxxxxx, ab@xxxxxxxxxx, bug-autoconf@xxxxxxx, autoconf-patches@xxxxxxx
- In-reply-to: <mv4bscrtuu2.fsf@xxxxxxxxxxxxxxxxxxxxxx> (akim@xxxxxxxx)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <28811.1018353588@xxxxxxx> <mv4bscrtuu2.fsf@xxxxxxxxxxxxxxxxxxxxxx>
> 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