ajack 2003/10/23 13:28:22
Modified: . gumpy.sh
Log:
Remove *.txt from ws tmp, not ws -- thanks Nick.
Revision Changes Path
1.18 +1 -1 jakarta-gump/gumpy.sh
Index: gumpy.sh
===================================================================
RCS file: /home/cvs/jakarta-gump/gumpy.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gumpy.sh 23 Oct 2003 19:53:11 -0000 1.17
+++ gumpy.sh 23 Oct 2003 20:28:22 -0000 1.18
@@ -112,7 +112,7 @@
fi
# Gump work tmp
if [ -d $GUMP_WS_TMP ] ; then
- cd $GUMP_WS/tmp
+ cd $GUMP_WS_TMP/tmp
rm -f *.txt
fi
# Clear the forrest build area...
@@ -195,6 +195,6 @@
pkill -KILL -P $$
# $Log$
-# Revision 1.17 2003/10/23 19:53:11 ajack
-# Rev the version of this script (to see who has it)
+# Revision 1.18 2003/10/23 20:28:22 ajack
+# Remove *.txt from ws tmp, not ws -- thanks Nick.
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]