]> mj.ucw.cz Git - libucw.git/commitdiff
If previous check-customs run failed, run/cf could be empty.
authorMartin Mares <mj@ucw.cz>
Wed, 2 Mar 2005 22:24:35 +0000 (22:24 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 2 Mar 2005 22:24:35 +0000 (22:24 +0000)
build/check-customs

index 0a5efde3b9b0770b0f212ff78f3fa0ac176f684e..4a654c68612ec1418879d369eaf94df26196455a 100755 (executable)
@@ -32,7 +32,7 @@ function try
        echo $APP | tr ! '\n' >>custom/config.mk
 
        make clean >>$LOG 2>&1
-       rm run/cf/*
+       rm -f run/cf/*
        if ! make >>$LOG 2>&1 ; then
                echo "  FAILED"
                exit 1