From a57f26f2c62805b9e61719361ca17ccf53c897ad Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 29 Aug 2015 23:47:29 -0400 Subject: all scripts: general fixes and clean up --- (limited to 'resources/scripts/helpers/build/config/corebootupdate') diff --git a/resources/scripts/helpers/build/config/corebootupdate b/resources/scripts/helpers/build/config/corebootupdate index a53df79..64fcd75 100755 --- a/resources/scripts/helpers/build/config/corebootupdate +++ b/resources/scripts/helpers/build/config/corebootupdate @@ -30,7 +30,7 @@ cd "resources/libreboot/config/grub/" if [ $# -lt 1 ]; then configs="$(for i in *; do printf "%s\n" "${i}"; done)" else - configs="$@" + configs="${*}" fi cd "../../../../coreboot/" -- cgit v0.9.1