[bin] make armv7a-emerge's popd silent

This commit is contained in:
Fabio Erculiani 2011-12-24 15:27:53 +01:00
parent 77864cfd0e
commit 35003acc4a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [ "${cur_link}" = "/usr/bin/distcc" ] || [ ! -f "${DISTCC_WRAPPER}" ]; then
ln -s "${DISTCC_WRAPPER}" g++ || exit 1
ln -s "${DISTCC_WRAPPER}" c++ || exit 1
fi
popd
popd > /dev/null
export FEATURES PATH
exec emerge "$@"