chiark / gitweb /
build-sig: Tweak for current directory structure. Ignore .svn directories.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 2 Dec 2002 05:21:06 +0000 (05:21 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 2 Dec 2002 05:21:06 +0000 (05:21 +0000)
build-sig

index 6230dcd0f77ced17c46804abb4db908cde9c691a..1e80e98dc45a38c535afa8c2ae011146fee8a3a9 100755 (executable)
--- a/build-sig
+++ b/build-sig
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 #! /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"
                               -type f ! -name '*.dat' ! -name static -print | \
            sort); do
   strfile "$s"