Tidy-up for .gitattributes and update_ext.sh

This commit is contained in:
Nigel Stewart 2014-10-24 21:03:11 +10:00
parent ff92992cc5
commit d32f4278e2
2 changed files with 4 additions and 5 deletions

View File

@ -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