board-status: avoid shell error
commit4ef309e85db0f44888650f98eead220ad147aa14
authorPatrick Georgi <patrick@georgi-clan.de>
Sun, 10 Aug 2014 13:44:04 +0000 (10 15:44 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 11 Aug 2014 06:21:45 +0000 (11 08:21 +0200)
tree458ba4bd0d322ad1075bb7b58021a2a6dc89e3a4
parentbfca984b782585fba7ff800dfa2190f518d2c521
board-status: avoid shell error

[ $3 -eq 1 ] fails if no third argument is given.
[ "$3" -eq 1 ] still fails.

Doing a string comparison is robust across shells.

Change-Id: I3ee388fdbe51b7ab9344d86e67827654714d3191
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/6576
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
util/board_status/board_status.sh