base-files patch

Eric Blake ericblake@comcast.net
Sat Mar 26 01:34:00 GMT 2005


> 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/



More information about the Cygwin mailing list