From dc4d463414403b14248c2ceb04ed23817222ba26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 27 Nov 2012 12:15:35 +0100 Subject: [PATCH] Skip quilt cache during search configure.in.* (cherry picked from commit c1baf917a63de33987068abea2a6d5b4987378ed) --- cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvs.sh b/cvs.sh index 9c8a83a..6362992 100644 --- a/cvs.sh +++ b/cvs.sh @@ -359,7 +359,7 @@ if test -f inst-apps; then sed -e "s,/configure,/aaaconfigure," | sort | sed -e "s,/aaaconfigure,/configure,"`" done else - list=`find . -follow -name "configure.in.in" -o -name "configure.in.bot" -o -name "configure.in.mid" | \ + list=`find . -path "./.pc" -prune -o -follow -name "configure.in.in" -o -name "configure.in.bot" -o -name "configure.in.mid" | \ sed -e "s,/configure,/aaaconfigure," | sort | sed -e "s,/aaaconfigure,/configure,"` fi for i in $list; do if test -f $i && test `dirname $i` != "." ; then