From: Colin Watson Date: Mon, 2 Dec 2002 05:21:06 +0000 (+0000) Subject: build-sig: Tweak for current directory structure. Ignore .svn directories. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=b7923bbcad256a790e55d57f09ef0da86e62f962;ds=sidebyside build-sig: Tweak for current directory structure. Ignore .svn directories. --- 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"