[Python-checkins] r77338 - python/trunk/Misc/build.sh
r.david.murray
python-checkins at python.org
Thu Jan 7 05:04:28 CET 2010
Author: r.david.murray
Date: Thu Jan 7 05:04:28 2010
New Revision: 77338
Log:
Fix inadvertent checkin of debug line.
Modified:
python/trunk/Misc/build.sh
Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh (original)
+++ python/trunk/Misc/build.sh Thu Jan 7 05:04:28 2010
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
## Script to build and test the latest python from svn. It basically
## does this:
More information about the Python-checkins
mailing list