X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f9c4ae6263fe0e6698c826f7655ff803ffcbfd4..66b370d05f08fd76ae08d2eee7fd8704815274bd:/interface/check_syntax.sh?ds=sidebyside diff --git a/interface/check_syntax.sh b/interface/check_syntax.sh index ddcdc96b04..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 2>/dev/null +rm -f missing_semicolons # the preprocessor will remove comments and all #preprocessor #stuff; # we then remove the empty lines