summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-12 11:48:23 +0000
committermichelou <michelou@epfl.ch>2005-09-12 11:48:23 +0000
commit675b73f5c46ce638b0e59a3019c7078d869f2ad5 (patch)
treebb90d2022c4a11ef13eec36b4f213c5dca6c4ac2
parent9294a4771f6c8b9a20c7d33f1090f918c72274ba (diff)
downloadscala-675b73f5c46ce638b0e59a3019c7078d869f2ad5.tar.gz
scala-675b73f5c46ce638b0e59a3019c7078d869f2ad5.tar.bz2
scala-675b73f5c46ce638b0e59a3019c7078d869f2ad5.zip
- corrected typo.
-rwxr-xr-xant-test-nsc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant-test-nsc.sh b/ant-test-nsc.sh
index 2f0d927842..438cfb9199 100755
--- a/ant-test-nsc.sh
+++ b/ant-test-nsc.sh
@@ -11,7 +11,7 @@
ANT_CONFIG_BUILDFILE=test-nsc.xml
ANT_BUILDFILE=concrete-$ANT_CONFIG_BUILDFILE
-ANT_EXCUDELFILE=developer/${USER}/test-nsc-excludes.xml
+ANT_EXCLUDELFILE=developer/${USER}/test-nsc-excludes.xml
if [ -f "$ANT_EXCLUDEFILE" ]; then
$SED -e "s#userExcludes\ \"\"#userExcludes\ SYSTEM\ \"$ANT_EXCLUDEFILE\"#" \