Issue 10687. When --without-pymalloc is given, $VERSION is the same as

$LDVERSION, which screws up the sym/hard-links.  This avoids those games when
$VERSION == $LDVERSION.

Also, include a drive-by fix for an obvious syntax error.
This commit is contained in:
Barry Warsaw 2010-12-13 18:04:23 +00:00
parent e98e8a3aa8
commit 771d33e113
2 changed files with 15 additions and 9 deletions

View file

@ -2,6 +2,6 @@
import sys
if __name__ = "__main__":
if __name__ == "__main__":
for line in sys.stdin:
pass