From 8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Sat, 14 May 2016 12:00:09 -0400 Subject: Add 16MiB ROM image configs for all GM45 thinkpads --- (limited to 'build') 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'." -- cgit v0.9.1