summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-01 08:26:16 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-01 08:26:16 (EST)
commitc54c60e00f3eb04d6416c3bfec93e3ad54ebb19d (patch)
tree0ea4bf38ef6e2d574327e46561cd77cfa1634e68 /build
parent3fb7d8c1b78f583ea2d3a69a69be66c1e9499ac8 (diff)
downloadlibreboot-c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d.zip
libreboot-c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d.tar.gz
libreboot-c54c60e00f3eb04d6416c3bfec93e3ad54ebb19d.tar.bz2
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.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 0 insertions, 1 deletions
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