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
|
dferrorStatus=0
|
||||||
for aaa in $*
|
for aaa in $*
|
||||||
do
|
do
|
||||||
if [ $aaa != "Makefile" ]
|
if [ $aaa != "Makefile" -a $aaa != "runtest" ]
|
||||||
then
|
then
|
||||||
if [ -f $aaa ]
|
if [ -f $aaa ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue