also clean up the main scripts

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-22 00:34:15 +01:00
parent 62f23123cb
commit 04ee26726a
4 changed files with 37 additions and 77 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ main()
project="${OPTARG}"
shift
done
[ -z "${mode}" ] && err "mode not given (-m menuconfig or -u oldconfig)"
[ -z "${mode}" ] && err "mode not given (-m, -u or -b)"
elfdir="elf/${project}"