chiark / gitweb /
build-sig: Tweak for current directory structure. Ignore .svn directories.
[bin.git] / build-sig
index 6230dcd0f77ced17c46804abb4db908cde9c691a..1e80e98dc45a38c535afa8c2ae011146fee8a3a9 100755 (executable)
--- 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"