[bin] make room for bandwidth limiting

This commit is contained in:
Fabio Erculiani 2012-01-14 13:17:42 +01:00
parent a4f8bbf528
commit 02b7a98d93

View File

@ -13,6 +13,8 @@ emerge() {
echo
return 1
else
# eval $(portageq envvar -v FETCHCOMMAND RESUMECOMMAND PORTAGE_RSYNC_OPTS)
# add bandwidth limit here
/usr/bin/emerge --quiet-build=n "$@"
return ${?}
fi