From: R. David Murray Date: Thu, 7 Jan 2010 04:04:28 +0000 (+0000) Subject: Fix inadvertent checkin of debug line. X-Git-Tag: v2.7a2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b;p=thirdparty%2FPython%2Fcpython.git Fix inadvertent checkin of debug line. --- diff --git a/Misc/build.sh b/Misc/build.sh index b55467562c9e..9e38b92445b8 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: