From 94220cb34ea299a3edefc2f9b571b89b2b8fa59b Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 26 Jun 2007 11:57:52 +0000 Subject: allows overriding of SCALAC_OPTS --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index 59647ce87c..4969a66226 100755 --- a/test/scalatest +++ b/test/scalatest @@ -726,7 +726,7 @@ if [ "$TEST_ALL" = "true" ]; then fi; SCALA="${BIN_DIR}scala"; -SCALAC_OPTS="-deprecation -encoding iso-8859-1"; +SCALAC_OPTS:="-deprecation -encoding iso-8859-1"; if [ "$USEFSC" = "true" ]; then SCALAC_CMD="${BIN_DIR}fsc"; else -- cgit v1.2.3