summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xant-build-nsc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ant-build-nsc.sh b/ant-build-nsc.sh
index e67316df63..f95e8a1493 100755
--- a/ant-build-nsc.sh
+++ b/ant-build-nsc.sh
@@ -30,7 +30,7 @@ ANT_BUILDFILE=concrete-$ANT_CONFIGFILE
ANT_EXCLFILE=developer/${USER}/build-nsc-excludes.xml
# for debugging your classpath
-#echo $CLASSPATH
+#echo CLASSPATH=$CLASSPATH
if [ -f "$ANT_EXCLFILE" ]; then
$SED -e "s#userExcludes\ \"\"#userExcludes\ SYSTEM\ \"$ANT_EXCLFILE\"#" \
< $ANT_CONFIGFILE > $ANT_BUILDFILE;
@@ -39,6 +39,6 @@ if [ -f "$ANT_EXCLFILE" ]; then
fi
CLASSPATH="$CLASSPATH" $ANT_CMD -f "$ANT_BUILDFILE" $*
-#$RM "$ANT_BUILDFILE"
+$RM "$ANT_BUILDFILE"
##############################################################################