From: Jason van Zyl Date: Thu, 26 Oct 2006 14:19:40 +0000 (+0000) Subject: o look at a depth of 1 to exclude the directory of non-automated scripts X-Git-Tag: archiva-0.9-alpha-1~430 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6354c84c82fdb0eb13b3367be49d3f7b83f8399b;p=archiva.git o look at a depth of 1 to exclude the directory of non-automated scripts git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh b/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh index 4dd654a96..1d03d0b2e 100755 --- a/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh +++ b/maven-meeper/src/bin/synchronize/m2-sync/m2-sync.sh @@ -27,7 +27,7 @@ BASEDIR=$HOME/repository-staging/to-ibiblio/maven2 CHANGED_LOG=/tmp/sync-changed.log rm $CHANGED_LOG -for f in `find conf -iname "*.sh"` +for f in `find conf -maxdepth 1 -iname "*.sh"` do FROM=