|
From: <sv...@va...> - 2015-08-12 11:00:00
|
Author: sewardj
Date: Wed Aug 12 11:59:52 2015
New Revision: 15521
Log:
Remove extraneous "-x" which I suspect is debugging support that got
acidentally left in by r15291.
Modified:
trunk/auxprogs/gsl16test
Modified: trunk/auxprogs/gsl16test
==============================================================================
--- trunk/auxprogs/gsl16test (original)
+++ trunk/auxprogs/gsl16test Wed Aug 12 11:59:52 2015
@@ -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
|