From: Julian Seward Date: Mon, 15 Feb 2010 10:04:46 +0000 (+0000) Subject: Make this usable on Ubuntu by explicitly specifying bash rather than dash. X-Git-Tag: svn/VALGRIND_3_6_0~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975007683d51e71ceea20f18c47450b5247ee9e1;p=thirdparty%2Fvalgrind.git Make this usable on Ubuntu by explicitly specifying bash rather than dash. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11044 --- diff --git a/auxprogs/gsl19test b/auxprogs/gsl19test index 049134749d..4b1d1405a2 100755 --- a/auxprogs/gsl19test +++ b/auxprogs/gsl19test @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Do an automated test which involves building and regtesting version # 1.9 of the GNU Scientific Library (gsl). This has proven to be a