]> granicus.if.org Git - python/commitdiff
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
authorBarry Warsaw <barry@python.org>
Thu, 7 Apr 2011 14:48:29 +0000 (10:48 -0400)
committerBarry Warsaw <barry@python.org>
Thu, 7 Apr 2011 14:48:29 +0000 (10:48 -0400)
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).

1  2 
setup.py

diff --cc setup.py
Simple merge