From: Martin Mares Date: Wed, 2 Mar 2005 22:24:35 +0000 (+0000) Subject: If previous check-customs run failed, run/cf could be empty. X-Git-Tag: holmes-import~816 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=704aeb54cff789555b8e98436b40adb3a38bbe46;p=libucw.git If previous check-customs run failed, run/cf could be empty. --- diff --git a/build/check-customs b/build/check-customs index 0a5efde3..4a654c68 100755 --- a/build/check-customs +++ b/build/check-customs @@ -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