From a57f26f2c62805b9e61719361ca17ccf53c897ad Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 30 Aug 2015 04:47:29 +0100 Subject: all scripts: general fixes and clean up --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build b/build index 0ddb8fe7..8ee4d74b 100755 --- a/build +++ b/build @@ -52,10 +52,10 @@ if [ -d "${build}/${mode}" ]; then if [ "${option}" = "list" ]; then printf "Available options for '%s' are:\nall\n%s\n\n" "${mode}" "${availableoptions}" elif [ -f "${build}/${mode}/${option}" ]; then - ${build}/${mode}/${option} "$@" + "${build}/${mode}/${option}" "$@" elif [ "${option}" = "all" ]; then for option in ${availableoptions}; do - ${build}/${mode}/${option} "$@" + "${build}/${mode}/${option}" "$@" done else printf "Invalid option for '%s'. Available options are:\nall\n%s\n\n" "${mode}" "${availableoptions}" -- cgit v1.2.3-70-g09d2