From: hades Date: Wed, 4 Apr 2001 14:40:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5b9328ae3a820da1db2523199699efbc1922d6b5;p=daqdata.git *** empty log message *** --- diff --git a/allParam/test/bin/main.sh b/allParam/test/bin/main.sh index 814260c..3528757 100644 --- a/allParam/test/bin/main.sh +++ b/allParam/test/bin/main.sh @@ -2,7 +2,9 @@ SUITE=suite.c -rm $SUITE +if test -e $SUITE ; then + rm -f $SUITE +fi cat begin.c >> $SUITE