check.tpl: Ignore .DS_Store directories.

2015-07-28  Eric Gallager  <egall@gwmail.gwu.edu>

	* check.tpl: Ignore .DS_Store directories.

From-SVN: r226317
This commit is contained in:
Eric Gallager 2015-07-28 18:11:22 +00:00 committed by Mike Stump
parent 68aba1f6a8
commit cfce04880a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2015-07-28 Eric Gallager <egall@gwmail.gwu.edu>
* check.tpl: Ignore .DS_Store directories.
2015-05-21 David Edelsohn <dje.gcc@gmail.com>
* inclhack.def (aix_externc): New fix.

View File

@ -141,9 +141,8 @@ echo $exitok`
cd $TESTBASE
find * -type f -print | \
fgrep -v 'CVS/' | \
fgrep -v '.svn/' > ${TESTDIR}/LIST
find * -type f ! -name .DS_Store ! -name CVS ! -name .svn -print \
> ${TESTDIR}/LIST
exitok=`
exec < ${TESTDIR}/LIST