]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/check_syntax.sh
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / check_syntax.sh
index ddcdc96b044f167bbe350a585be558012d297f49..28af1a5a91a812a43bfc03a99cc25927ddd7e133 100755 (executable)
@@ -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