From c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 1 Feb 2015 13:26:16 +0000 Subject: build: remove "break" command from for loop This was placed here to speed up testing of another change, but was accidentally left in place when pushing. --- build | 1 - 1 file changed, 1 deletion(-) diff --git a/build b/build index f7e61695..39a86ff6 100755 --- a/build +++ b/build @@ -54,7 +54,6 @@ cd ../ # Build ROM images for supported boards for board in $(ls resources/libreboot/config/) do - break ./buildrom-withgrub $board done -- cgit v1.2.3-70-g09d2