summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-06-07 18:31:30 +0000
committerLex Spoon <lex@lexspoon.org>2006-06-07 18:31:30 +0000
commit715c838ebb3f33f7b68aa226b3f7165e14f23c18 (patch)
tree0e36501e0171496c29f1ec0fa53c42b13c1d2b32 /test/scalatest
parent6e81dcdd8a8dd57d2a14ee1512ecea0a99ba24b9 (diff)
downloadscala-715c838ebb3f33f7b68aa226b3f7165e14f23c18.tar.gz
scala-715c838ebb3f33f7b68aa226b3f7165e14f23c18.tar.bz2
scala-715c838ebb3f33f7b68aa226b3f7165e14f23c18.zip
specifiy /bin/sh, not /bin/bash, since bash is ...
specifiy /bin/sh, not /bin/bash, since bash is apparently not needed
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
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 #