From f8de30e27e00c3632c803490be9847085d13a181 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 4 May 2006 12:18:57 +0000 Subject: added target 'dist.quick' (no tests and docs) i... added target 'dist.quick' (no tests and docs) in file build.xml --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/scalatest b/test/scalatest index 2ea32bee11..2fd1fa2e1c 100755 --- a/test/scalatest +++ b/test/scalatest @@ -572,8 +572,8 @@ fi printf_outline "Source directory is : $SRCDIR\\n"; bin_dir=$BIN_DIR if [ -z "$bin_dir" ]; then - bin_dir=`which "$SCALAC"` && bin_dir=`dirname "$bin_dir"`/; - bin_dir=`test_get_location ${bin_dir}scalac`; + scalac=`which $SCALAC`; + bin_dir=`test_get_location $scalac`; fi; printf_outline "Scala binaries in : $bin_dir\\n"; jvm_version=`${JAVACMD:=java} -version 2>&1 | head -3 | tail -1` -- cgit v1.2.3