From c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 01 Feb 2015 08:26:16 -0500 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. --- diff --git a/build b/build index f7e6169..39a86ff 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 v0.9.1