]> granicus.if.org Git - python/commit
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
authorBarry Warsaw <barry@python.org>
Thu, 7 Apr 2011 14:45:07 +0000 (10:45 -0400)
committerBarry Warsaw <barry@python.org>
Thu, 7 Apr 2011 14:45:07 +0000 (10:45 -0400)
commit9b5ac3efa64d72b54d4f1ab32a95c260b39ab98d
treeefeaf8ec7b73d47e21f4ba14f023927dca233feb
parent12338ab10bf3c8b4099494dfd07da85df6c825e2
parent88e194513e60853f7074d8f0fbca75d987a7a124
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
dpkg-architecture command is not found on $PATH.  This should fix the failures
on FreeBSD and Solaris, which do not create the target file via I/O
redirection if the command isn't found (unlike Linux and OS X which do).
setup.py