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
This commit is contained in:
Jason van Zyl 2006-10-26 14:19:40 +00:00
parent e641610cb5
commit 6354c84c82
1 changed files with 1 additions and 1 deletions

View File

@ -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=