From d32f4278e280c80e2104a38bea48cb0e25d3e269 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Fri, 24 Oct 2014 21:03:11 +1000 Subject: [PATCH] Tidy-up for .gitattributes and update_ext.sh --- .gitattributes | 6 +++--- auto/bin/update_ext.sh | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 30af41a..44b8952 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -* eol=lf -*.png binary -build/* eol=crlf +* eol=lf +*.png binary +build/* eol=crlf diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index b27c8cf..e990a21 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -19,8 +19,7 @@ if [ ! -d $1 ] ; then mkdir -p $1 # Parse each of the extensions in the registry - find $2 -name doc -type d -prune -o -name \ - "*.txt" -print | \ + find $2 -name doc -type d -prune -o -name "*.txt" -print | \ grep -v -f $3 | sort | bin/parse_spec.pl $1 fi