From 3663c9d86bc303b649f62d84f02a0a4dea6dcdfd Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 3 Aug 2004 20:49:58 +0000 Subject: [PATCH] Added runtest to the list of files not to whack. --- bin/rm_cvsignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rm_cvsignore b/bin/rm_cvsignore index 01db905ea..106a628b7 100755 --- a/bin/rm_cvsignore +++ b/bin/rm_cvsignore @@ -15,7 +15,7 @@ delete_file() dferrorStatus=0 for aaa in $* do - if [ $aaa != "Makefile" ] + if [ $aaa != "Makefile" -a $aaa != "runtest" ] then if [ -f $aaa ] then