summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-14 12:00:09 (EDT)
committer Leah Woods <info@minifree.org>2016-05-14 12:36:28 (EDT)
commit8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5 (patch)
tree792f0a93e74a8411406b893a344c76f04fbb7503 /build
parent6ff3d7c8e55226ca58b011d870ab993b16576479 (diff)
downloadlibreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.zip
libreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.tar.gz
libreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.tar.bz2
Add 16MiB ROM image configs for all GM45 thinkpads
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index d064d16..b579309 100755
--- a/build
+++ b/build
@@ -79,13 +79,13 @@ if [ $# -gt 1 ]; then
;;
all)
for option in $(listoptions "${mode}"); do
- "${build}"/"${mode}"/"${option}" "$@"
+ "${build}"/"${mode}"/"${option}" $@
done
;;
*)
if [ -d "${build}"/"${mode}"/ ]; then
if [ -f "${build}"/"${mode}"/"${option}" ]; then
- "${build}"/"${mode}"/"${option}" "$@"
+ "${build}"/"${mode}"/"${option}" $@
else
help
die "Invalid option for '${mode}'. See './build ${mode} list'."