Added runtest to the list of files not to whack.
This commit is contained in:
parent
3cf0c1cf63
commit
3663c9d86b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue