o make wget quiet

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-04-09 14:14:51 +00:00
parent 9de0992370
commit a50d380cc8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ downloadMBootDependencies()
if [ "$snapshot" = "0" ] || [ ! -f $repoLocal/$i ]
then
mkdir -p `dirname $repoLocal/$i` > /dev/null 2>&1
wget -O $repoLocal/$i http://www.ibiblio.org/maven/$i
wget -q -O $repoLocal/$i http://www.ibiblio.org/maven/$i
fi
done
}