diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-01-07 04:04:28 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-01-07 04:04:28 (GMT) |
commit | f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b (patch) | |
tree | f92c741d9e206f421795f499a3468a0ad0cc50e8 /Misc | |
parent | ff2d7a7f093675f74600167ae7983f9b0d99b86e (diff) | |
download | cpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.zip cpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.tar.gz cpython-f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b.tar.bz2 |
Fix inadvertent checkin of debug line.
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 2 |
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: |