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 Arfrever
Recipients Arfrever, doko, ezio.melotti, ned.deily, python-dev, r.david.murray, rpetrov, trent
Date 2012-10-28.07:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351409377.89.0.25985811708.issue16262@psf.upfronthosting.co.za>
In-reply-to
Content
The following syntax is broken:
if $PYTHON = not-found; then

...
checking for python3.4... python3.4
python3.4: can't open file '=': [Errno 2] No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c
...

You probably want to use 'if test $PYTHON = not-found'.
History
Date User Action Args
2012-10-28 07:29:38Arfreversetrecipients: + Arfrever, doko, ned.deily, trent, ezio.melotti, rpetrov, r.david.murray, python-dev
2012-10-28 07:29:37Arfreversetmessageid: <1351409377.89.0.25985811708.issue16262@psf.upfronthosting.co.za>
2012-10-28 07:29:37Arfreverlinkissue16262 messages
2012-10-28 07:29:37Arfrevercreate