This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFT/RFA] bashjar (take 3)


Hi Paolo,

* Paolo Bonzini wrote on Tue, May 23, 2006 at 06:01:05PM CEST:
>
> The attached script incorporates the remaining fixes from your and 
> Andreas' review.  Only change, I've set IFS with
> 
> IFS=" ""<tab>""
> "

Yes, that's fine.

I noticed one copy buglet: this still contains the M4 quotation:

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

and should be

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

Other than that, looks good to me (untested).

Cheers,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]