OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / fixincludes / check.tpl
index 9f8750b..b239d8b 100644 (file)
@@ -1,7 +1,7 @@
 [= autogen5 template sh=check.sh =]
 [=
 #
 [= autogen5 template sh=check.sh =]
 [=
 #
-#  This file contanes the shell template to run tests on the fixes
+#  This file contains the shell template to run tests on the fixes
 #
 =]#!/bin/sh
 
 #
 =]#!/bin/sh
 
@@ -144,7 +144,8 @@ echo $exitok`
 cd $TESTBASE
 
 find * -type f -print | \
 cd $TESTBASE
 
 find * -type f -print | \
-fgrep -v 'CVS/' > ${TESTDIR}/LIST
+fgrep -v 'CVS/' | \
+fgrep -v '.svn/' > ${TESTDIR}/LIST
 
 exitok=`
 exec < ${TESTDIR}/LIST
 
 exitok=`
 exec < ${TESTDIR}/LIST