summaryrefslogtreecommitdiff
path: root/debian/command-scripts
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-03-07 21:44:40 +0000
committerLex Spoon <lex@lexspoon.org>2007-03-07 21:44:40 +0000
commit76ed03005d06408a9735b6f33e8e8323aaf8dab3 (patch)
tree964f5c41be17b6e2e99109418be87b71f39b4c77 /debian/command-scripts
parente69db0d97f3289cb8a8211b4b411231a3ee73370 (diff)
downloadscala-76ed03005d06408a9735b6f33e8e8323aaf8dab3.tar.gz
scala-76ed03005d06408a9735b6f33e8e8323aaf8dab3.tar.bz2
scala-76ed03005d06408a9735b6f33e8e8323aaf8dab3.zip
set regular Java classpath in addition to bootc...
set regular Java classpath in addition to bootclasspath, for compatibility with gij
Diffstat (limited to 'debian/command-scripts')
-rwxr-xr-xdebian/command-scripts/scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/command-scripts/scala b/debian/command-scripts/scala
index 1c6d06ea54..a020eb6562 100755
--- a/debian/command-scripts/scala
+++ b/debian/command-scripts/scala
@@ -5,5 +5,6 @@ LIB_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar
exec ${JAVACMD:=java} -Xmx256M -Xms16M \
-Xbootclasspath/a:$LIB_CLASSPATH \
+ -classpath $LIB_CLASSPATH \
scala.tools.nsc.MainGenericRunner \
"$@"