buildUpgradePackages.sh: less output

This commit is contained in:
layman 2019-03-07 10:09:48 +01:00
parent f0e266d64d
commit fa07b039a3

View file

@ -6,8 +6,8 @@ do
if [[ ! -f "$PKGDIR/$atom.tbz2" ]]
then
#build one by one. This takes more time, however it builds all possible packages.
echo "building $atom "
emerge --quiet --keep-going -B "=${atom}" >> /dev/null
# echo "building $atom "
emerge --quiet --keep-going -B "=${atom}" &> /dev/null
if [[ $? ]]
then
SUCCESS="$atom $SUCCESS"