summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-08-16 16:52:49 +0000
committermichelou <michelou@epfl.ch>2007-08-16 16:52:49 +0000
commit300caee15c263c956ebf8f428fc827109ebfc9d8 (patch)
tree95a43f238e872375bc854bd52a62ffdfa5742a5e /src/compiler/scala/tools/ant/templates/tool-unix.tmpl
parentcbba5153da6cb1e6ef9f58fb8f1eb7c284841f11 (diff)
downloadscala-300caee15c263c956ebf8f428fc827109ebfc9d8.tar.gz
scala-300caee15c263c956ebf8f428fc827109ebfc9d8.tar.bz2
scala-300caee15c263c956ebf8f428fc827109ebfc9d8.zip
added test for EMACS environment variable (jline)
Diffstat (limited to 'src/compiler/scala/tools/ant/templates/tool-unix.tmpl')
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-unix.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
index 2233056bb3..69040dc9e8 100644
--- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
@@ -70,4 +70,4 @@ if $cygwin; then
BOOT_CLASSPATH=`cygpath --path --$format "$BOOT_CLASSPATH"`
fi
-${JAVACMD:=java} ${JAVA_OPTS:=@javaflags@} -Xbootclasspath/a:"$BOOT_CLASSPATH" -cp "$EXTENSION_CLASSPATH" -Dscala.home="$SCALA_HOME" -Denv.classpath="$CLASSPATH" @properties@ @class@ @toolflags@ "$@@"
+${JAVACMD:=java} ${JAVA_OPTS:=@javaflags@} -Xbootclasspath/a:"$BOOT_CLASSPATH" -cp "$EXTENSION_CLASSPATH" -Dscala.home="$SCALA_HOME" -Denv.classpath="$CLASSPATH" -Denv.emacs="$EMACS" @properties@ @class@ @toolflags@ "$@@"