summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-01-07 04:04:28 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-01-07 04:04:28 (GMT)
commitf4d63ab1b6b87cd27b38999e7b3fac84cd10e17b (patch)
treef92c741d9e206f421795f499a3468a0ad0cc50e8 /Misc
parentff2d7a7f093675f74600167ae7983f9b0d99b86e (diff)
downloadcpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.zip
cpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.tar.gz
cpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.tar.bz2
Fix inadvertent checkin of debug line.
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index b554675..9e38b92 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
## Script to build and test the latest python from svn. It basically
## does this: