build/checkout: don't be too --quiet

This commit is contained in:
Franco Fichtner 2015-06-10 07:22:36 +02:00
parent be66925643
commit 31bedd1d58
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ set -e
for GITDIR in ${SRCDIR} ${PORTSDIR} ${COREDIR}; do
echo ">>> Checking out ${GITDIR}:"
git -C ${GITDIR} fetch --all --prune --quiet
git -C ${GITDIR} fetch --all --prune
git_checkout ${GITDIR} ${1}
done