X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392b9a6fbaebfe249b96f865c81f56c0b33753b0..619ddbbe360355c760feb140a65839aa28fc8b19:/distrib/scripts/is_text.sh?ds=sidebyside diff --git a/distrib/scripts/is_text.sh b/distrib/scripts/is_text.sh index 9e95109aec..0a35664f1e 100755 --- a/distrib/scripts/is_text.sh +++ b/distrib/scripts/is_text.sh @@ -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