abuild: Don't print "Using payload ..." message in quiet mode
It's not useful in quiet mode, and is very distracting. Change-Id: I59dc8caa22b66980560d5afb76eae801efaa29ad Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/124 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
87543425d7
commit
0f0d497217
|
@ -150,7 +150,7 @@ function create_config
|
|||
echo "problem with payload"
|
||||
exit 1
|
||||
fi
|
||||
printf "Using payload $PAYLOAD\n"
|
||||
if [ "$quiet" == "false" ]; then printf "Using payload $PAYLOAD\n"; fi
|
||||
elif [ "$payloads" = "none" ]; then
|
||||
PAYLOAD=none
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue