From b7923bbcad256a790e55d57f09ef0da86e62f962 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 2 Dec 2002 05:21:06 +0000 Subject: [PATCH] build-sig: Tweak for current directory structure. Ignore .svn directories. --- build-sig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-sig b/build-sig index 6230dcd..1e80e98 100755 --- a/build-sig +++ b/build-sig @@ -1,6 +1,7 @@ #! /bin/sh -for s in $(find ~/.signatures -mindepth 2 -path '*/old/*' -prune -o \ +for s in $(find ~/.signatures -mindepth 1 -path '*/old/*' -prune -o \ + -path '*/.svn/*' -prune -o \ -type f ! -name '*.dat' ! -name static -print | \ sort); do strfile "$s" -- 2.30.2