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:35:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373196951.53.0.0716590212034.issue18257@psf.upfronthosting.co.za>
In-reply-to
Content
This should do the trick, the shell script version is replaced by the python version when building on OSX.

And yes, the use of readlink is guarded but that doesn't help because you then use a command-line flag that isn't supported on OSX:

$ readlink -h .
readlink: illegal option -- h
usage: readlink [-n] [file ...]
History
Date User Action Args
2013-07-07 11:35:51ronaldoussorensetrecipients: + ronaldoussoren, doko, larry, Arfrever
2013-07-07 11:35:51ronaldoussorensetmessageid: <1373196951.53.0.0716590212034.issue18257@psf.upfronthosting.co.za>
2013-07-07 11:35:51ronaldoussorenlinkissue18257 messages
2013-07-07 11:35:51ronaldoussorencreate