From 5b9328ae3a820da1db2523199699efbc1922d6b5 Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 4 Apr 2001 14:40:39 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/bin/main.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.0