git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2008-02-11 08:59:59 +00:00
parent fe02497d70
commit 25645ca5b1

View File

@@ -25,6 +25,15 @@ if [ `basename $1` = "config.guess" ] ; then
exit 1
fi
# ignore makefile.wat etc
if [ `basename $1` = "makefile.wat" ] ; then
exit 1
fi
if [ `basename $1` = "config.wat" ] ; then
exit 1
fi
if svn proplist $1 | grep -q "eol-style" ; then
exit 0
fi