summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-25 10:32:46 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-25 10:32:46 +0000
commitad017dcfba6211835087cbf47e2d2f202a8d2f6f (patch)
tree0750f13fd2a973ffde304fe935af624d58b86b7c /sources/bin
parent4b4aa8e21f9431dd288eb7ff125d0a9d2b097efb (diff)
downloadscala-ad017dcfba6211835087cbf47e2d2f202a8d2f6f.tar.gz
scala-ad017dcfba6211835087cbf47e2d2f202a8d2f6f.tar.bz2
scala-ad017dcfba6211835087cbf47e2d2f202a8d2f6f.zip
Sorry Lex, but we actually want to use sourcepa...
Sorry Lex, but we actually want to use sourcepath and not classpath in the script
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/nscala.unix.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/bin/nscala.unix.tmpl b/sources/bin/nscala.unix.tmpl
index f45fa7d450..8288bde383 100644
--- a/sources/bin/nscala.unix.tmpl
+++ b/sources/bin/nscala.unix.tmpl
@@ -78,5 +78,5 @@ else
-Dscala.version="@VERSION@" \
-Dscala.home="$PREFIX" \
-cp "$_TOOLS_CPATH" \
- $main -classpath "$_LIB_CPATH" "$@"
+ $main -sourcepath "$_LIB_CPATH" "$@"
fi