summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/bin/.scala_wrapper.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 36bb6888f5..6aff224f99 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -987,7 +987,8 @@ test_main() {
esac;
fi;
- export SCALA_SCALA_ARGS="-Xmx128M $SCALA_SCALA_ARGS";
+ SCALA_SCALA_ARGS="-Xmx128M $SCALA_SCALA_ARGS";
+ export SCALA_SCALA_ARGS;
if [ -n "$OBJDIR" ]; then
if [ -d "$OBJDIR" ] || mkdir -p "$OBJDIR"; then