summaryrefslogtreecommitdiff
path: root/test/clitest
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-19 12:06:38 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-06-19 12:06:38 +0000
commit0be36c00e4c804be249f420684e9a8b0aa8ff484 (patch)
treea2d3ebceedc1ad5f27ee5076d04d4b08e1365a0f /test/clitest
parent68159e91ab11e631005d4ba399e8e30269b69cac (diff)
downloadscala-0be36c00e4c804be249f420684e9a8b0aa8ff484.tar.gz
scala-0be36c00e4c804be249f420684e9a8b0aa8ff484.tar.bz2
scala-0be36c00e4c804be249f420684e9a8b0aa8ff484.zip
Fixed "quick" option in "clitest" script.
Diffstat (limited to 'test/clitest')
-rwxr-xr-xtest/clitest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clitest b/test/clitest
index 74147b2fca..046473566e 100755
--- a/test/clitest
+++ b/test/clitest
@@ -266,7 +266,7 @@ PREFIX=`dirname "$SOURCE"`/..;
prefix=$PREFIX;
PREFIX=`cd "$PREFIX"; pwd`;
-QUICK="$PREFIX/build/quick/exec/"
+QUICK="$PREFIX/build/quick/bin/"
if [ -d "$PREFIX/dists" ]; then
LATEST="$PREFIX/dists/latest/bin/";
else