summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/ant/templates/generic-unix.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
index b33f1e697b..d5e042d0f1 100644
--- a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
@@ -44,6 +44,7 @@ if [ "$MYCLASSPATH" == "" ] ; then
for jar in `ls $SCALA_HOME/lib/*.jar` ; do
MYCLASSPATH="$MYCLASSPATH:$jar"
done
+ MYCLASSPATH=${MYCLASSPATH:1}
fi
QQ_USERCLASSPATH="."