From: Julian Seward Date: Wed, 12 Aug 2015 10:59:52 +0000 (+0000) Subject: Remove extraneous "-x" which I suspect is debugging support that got X-Git-Tag: svn/VALGRIND_3_11_0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2965b750c804adef4bc893d137b05a27f0b2d72;p=thirdparty%2Fvalgrind.git Remove extraneous "-x" which I suspect is debugging support that got acidentally left in by r15291. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15521 --- diff --git a/auxprogs/gsl16test b/auxprogs/gsl16test index f7e6bd50cc..22f7cab2e8 100755 --- a/auxprogs/gsl16test +++ b/auxprogs/gsl16test @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh # Do an automated test which involves building and regtesting version # 1.6 of the GNU Scientific Library (gsl). This has proven to be a