This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients grobian, hynek, ned.deily, ronaldoussoren
Date 2012-12-31.15:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <FA749FB7-72A6-4F28-9136-9754FF022D61@mac.com>
In-reply-to <1356965952.0.0.147621278372.issue16591@psf.upfronthosting.co.za>
Content
On 31 Dec, 2012, at 15:59, Fabian Groffen <report@bugs.python.org> wrote:

> 
> Fabian Groffen added the comment:
> 
> re: single quotes -> double quotes
> 
> I made RUNSHARED consistent (although, as you point out, less broken) with the other RUNSHARED assignments right above.  If suggest to tackle the issue of whitespace support for all RUNSHARED assignments, not just Darwin case.

Maybe, but whitespace supporrt on OSX is more pressing than on regular Unix systems because users are more likely to create directory names with whitespace in them. 

> 
> re: `pwd` vs. $(pwd)
> 
> $ /bin/sh
> $ echo $(pwd)
> syntax error: `(' unexpected
> 
> Here again, even though Darwin/OSX may be shipped with /bin/sh being bash (hence above problem not existing), for consistency, using `pwd` in all RUNSHARED assignments is nice, IMO.

Which shell doesn't have $(command) support?  It is not a bash-ism, but is part of the POSIX shell definition (but wasn't present in older sh implementations).
History
Date User Action Args
2012-12-31 15:15:03ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, grobian, hynek
2012-12-31 15:15:03ronaldoussorenlinkissue16591 messages
2012-12-31 15:15:03ronaldoussorencreate