]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/svn/hooks/pre-commit
Exclude expat files from pre commit hook checks too.
[wxWidgets.git] / misc / scripts / svn / hooks / pre-commit
index c4a3bf033e9adc358297bd53ff52c2c83f559be5..779f04621505e1d5d91b818ba13ba0c4e48bfa1f 100755 (executable)
@@ -22,7 +22,7 @@ all_changed_files=`svnl changed | \
                     sed 's/^....//' | \
                     egrep -v "branches/WX_2_" | \
                     egrep -v "wxWidgets/vendor" | \
                     sed 's/^....//' | \
                     egrep -v "branches/WX_2_" | \
                     egrep -v "wxWidgets/vendor" | \
-                    egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \
+                    egrep -v "src/(expat|tiff|regex|jpeg|stc/scintilla)" | \
                     egrep -v "src/msw/version.rc" | \
                     egrep -v "_wrap.cpp" | \
                     egrep -v "wxPython/.*/docs/.*\.html$"`
                     egrep -v "src/msw/version.rc" | \
                     egrep -v "_wrap.cpp" | \
                     egrep -v "wxPython/.*/docs/.*\.html$"`