]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/tools/check.sh
Correct making the newly inserted menu item owner drawn in some cases.
[wxWidgets.git] / build / buildbot / tools / check.sh
index 8fb70e4dddbd14a523665c8a54f59b111d63df7f..32ce7ebaa5379434ef80691659ccaec42e892ff6 100755 (executable)
@@ -3,9 +3,8 @@
 # Name:        check.sh
 # Purpose:     Offline checker for the buildbot configuration files
 # Author:      Mike Wetherell
-# RCS-ID:      $Id$
 # Copyright:   (c) 2007 Mike Wetherell
-# Licence:     wxWidgets licence
+# Licence:     wxWindows licence
 #############################################################################
 
 usage() {
@@ -145,7 +144,7 @@ preprocess()
         return 1
     fi
 }
-        
+
 validate()
 {
     NAME="$1"
@@ -174,7 +173,7 @@ while [ $# -gt 0 ]; do
         errout "$NAME" >&2
         ERR=1
     }
-            
+
     rm -f "$XSLT" "$PREP" "$STDERR"
 
     shift