]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Wed, 4 Apr 2001 14:40:39 +0000 (14:40 +0000)
committerhades <hades>
Wed, 4 Apr 2001 14:40:39 +0000 (14:40 +0000)
allParam/test/bin/main.sh

index 814260c19ce6f317becd5fa007c6d1bc49abbb0f..35287577771be8f59e1b8f9c1f53406fb5454c1a 100644 (file)
@@ -2,7 +2,9 @@
 
 SUITE=suite.c
 
-rm $SUITE
+if test -e $SUITE ; then
+       rm -f $SUITE
+fi
 
 cat begin.c >> $SUITE