[coreboot-gerrit] Patch merged into coreboot/master: 5b0420a crossgcc/buildgcc: Remove unneeded 'break' statements

gerrit at coreboot.org gerrit at coreboot.org
Tue Jun 4 01:15:21 CEST 2013


the following patch was just integrated into master:
commit 5b0420a87b913d7c672fa8cd7b21218b6de3a247
Author: David Hubbard <david.c.hubbard+coreboot at gmail.com>
Date:   Tue May 28 16:33:15 2013 -0600

    crossgcc/buildgcc: Remove unneeded 'break' statements
    
    Bash case statements are terminated with ';;'.
    
    Unlike C, bash case statements will not continue to the next case. No 'break' is needed.
    
    Change-Id: I62e7e91f3223ac4052728a1ca12a4681af0dc036
    Signed-off-by: David Hubbard <david.c.hubbard+coreboot at gmail.com>
    Reviewed-on: http://review.coreboot.org/3330
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/3330 for details.

-gerrit



More information about the coreboot-gerrit mailing list