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 Arfrever, doko, larry, ronaldoussoren
Date 2013-07-07.11:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373197631.79.0.204391119669.issue18257@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry about the confusion, "-f" isn't supported either that's why I noticed there is a problem.

$ readlink -f .
readlink: illegal option -- f
usage: readlink [-n] [file ...]

Again, why is does does have to be a shell script anyway? 

I really don't like the propect of having to reimplement the logic in _osx_support in shell code...  I've written loads of large, portable shell scripts in the past (when portable meant supporting a dozen or so different unix flavors), and that's not really an experience worth repeating :-/
History
Date User Action Args
2013-07-07 11:47:11ronaldoussorensetrecipients: + ronaldoussoren, doko, larry, Arfrever
2013-07-07 11:47:11ronaldoussorensetmessageid: <1373197631.79.0.204391119669.issue18257@psf.upfronthosting.co.za>
2013-07-07 11:47:11ronaldoussorenlinkissue18257 messages
2013-07-07 11:47:11ronaldoussorencreate