Added runtest to the list of files not to whack.

This commit is contained in:
Harry Moffat 2004-08-03 20:49:58 +00:00
parent 3cf0c1cf63
commit 3663c9d86b

View file

@ -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