This is the mail archive of the cygwin mailing list for the Cygwin 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: base-files patch


> On Fri, 25 Mar 2005, Eric Blake wrote (snipped):
> 
> 
> Most shells understand "`""`" (particularly, all official shells on
> Cygwin, which is what's important).

True enough, and I concede that POSIX requires it to work.

>  In fact, in this particular case,
> it's probably better to use "``" instead of `""`, IMO.

No, "`echo $0|tr ...`" does the wrong thing if $0 is "two  spaces/sh" (it passes just one space to tr, instead of two), while `echo "$0"|tr ...` works correctly.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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