From f4d63ab1b6b87cd27b38999e7b3fac84cd10e17b Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Thu, 7 Jan 2010 04:04:28 +0000 Subject: [PATCH] Fix inadvertent checkin of debug line. --- Misc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.40.0