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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b;p=python Fix inadvertent checkin of debug line. --- diff --git a/Misc/build.sh b/Misc/build.sh index b55467562c..9e38b92445 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: