[issue16262] srcdir != builddir builds fail, if hg is not installed

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Oct 28 08:29:37 CET 2012


Arfrever Frehtes Taifersar Arahesis added the comment:

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'.

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16262>
_______________________________________


More information about the Python-bugs-list mailing list