aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-01 13:26:16 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-02-01 13:26:16 +0000
commitc54c60e00f3eb04d6416c3bfec93e3ad54ebb19d (patch)
tree0ea4bf38ef6e2d574327e46561cd77cfa1634e68
parent3fb7d8c1b78f583ea2d3a69a69be66c1e9499ac8 (diff)
downloadlibrebootfr-c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d.tar.gz
librebootfr-c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d.zip
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.
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
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