the following patch was just integrated into master: commit 9f25da1f490e3e6ce02936c8d6404c68699b5aff Author: Martin Roth martinroth@google.com Date: Thu Dec 17 12:49:15 2015 -0700
board_status.sh: Double quote variables to prevent globbing and word splitting.
Quoting variables prevents word splitting and glob expansion, and prevents the script from breaking when input contains spaces, line feeds, glob characters and such.
See shellcheck warning SC2086.
Change-Id: I7256d2fc2a22bce7723950a534fef6d57cbd097f Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/12761 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
See https://review.coreboot.org/12761 for details.
-gerrit