autoconf-patches
[Top][All Lists]
Advanced

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

Re: r150960 changed ltmain.sh and broke the build


From: Ralf Wildenhues
Subject: Re: r150960 changed ltmain.sh and broke the build
Date: Mon, 31 Aug 2009 20:40:13 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

* Eric Blake wrote on Mon, Aug 31, 2009 at 01:36:07PM CEST:
> According to Paolo Bonzini on 8/31/2009 1:04 AM:
> > 
> >> But maybe '%' has some merit, although it can occur in
> >> unquoted filenames.
> > 
> > I think we should go with '%' or maybe '!'.
> 
> % can occur in URLs.  I'd rather go with recommending ! (since many shells
> require quoting it anyways to avoid history expansion).

That is a problem, too, as you can't use it within double-quotes in
interactive bash shells; while one should single-quote sed programs if
possible, it is inconvenient to do so if parts of the sed program are
expanded variables (which is exactly likely in the case where file names
occur which you haven't escaped properly).

Cheers,
Ralf




reply via email to

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