scalaint is now part of the scala script

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@9143 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
spoon 2006-11-03 18:37:31 +00:00
parent 5b0418f66a
commit 18ab58c5e3
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
JAVA_DIR=/usr/share/java
SCALAC_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar
exec ${JAVACMD:=java} -Xmx256M -Xms16M \
-classpath $SCALAC_CLASSPATH -Dscala.boot.class.path=$SCALAC_CLASSPATH \
scala.tools.nsc.MainInterpreter "$@"