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 grobian
Recipients grobian, hynek, ned.deily, ronaldoussoren
Date 2012-12-31.14:59:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356965952.0.0.147621278372.issue16591@psf.upfronthosting.co.za>
In-reply-to
Content
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.

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.
History
Date User Action Args
2012-12-31 14:59:12grobiansetrecipients: + grobian, ronaldoussoren, ned.deily, hynek
2012-12-31 14:59:11grobiansetmessageid: <1356965952.0.0.147621278372.issue16591@psf.upfronthosting.co.za>
2012-12-31 14:59:11grobianlinkissue16591 messages
2012-12-31 14:59:11grobiancreate