From 975007683d51e71ceea20f18c47450b5247ee9e1 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 15 Feb 2010 10:04:46 +0000 Subject: [PATCH] Make this usable on Ubuntu by explicitly specifying bash rather than dash. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11044 --- auxprogs/gsl19test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2