X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6d0011db990e3a76afa2733d42ad4acbcf89d14..66b370d05f08fd76ae08d2eee7fd8704815274bd:/interface/check_syntax.sh diff --git a/interface/check_syntax.sh b/interface/check_syntax.sh index 21c1a741db..28af1a5a91 100755 --- a/interface/check_syntax.sh +++ b/interface/check_syntax.sh @@ -2,11 +2,10 @@ # check_syntax.sh - a small script to search for interface headers with # missing semicolons (they give troubles to Doxygen). -# RCS-ID: $Id$ # Author: Francesco Montorsi -rm missing_semicolons +rm -f missing_semicolons # the preprocessor will remove comments and all #preprocessor #stuff; # we then remove the empty lines