From 715c838ebb3f33f7b68aa226b3f7165e14f23c18 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 7 Jun 2006 18:31:30 +0000 Subject: specifiy /bin/sh, not /bin/bash, since bash is ... specifiy /bin/sh, not /bin/bash, since bash is apparently not needed --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scalatest b/test/scalatest index 3a372b0fa5..77c6cdb289 100755 --- a/test/scalatest +++ b/test/scalatest @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ############################################################################## # __ # # ________ ___ / / ___ Scala Tools Launch Script # -- cgit v1.2.3