summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
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