[coreboot-gerrit] Patch merged into coreboot/master: board_status.sh: Double quote variables to prevent globbing and word splitting.

gerrit at coreboot.org gerrit at coreboot.org
Sun Dec 20 01:18:13 CET 2015


the following patch was just integrated into master:
commit 9f25da1f490e3e6ce02936c8d6404c68699b5aff
Author: Martin Roth <martinroth at 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 at google.com>
    Reviewed-on: https://review.coreboot.org/12761
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See https://review.coreboot.org/12761 for details.

-gerrit



More information about the coreboot-gerrit mailing list