mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
build/boot/roms: support "all" if argument passed
e.g. -k ukqwerty previously, this would not work: ./build boot roms -k ukqwerty all only this would work: ./build boot roms all this patch fixes the bug. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -37,6 +37,8 @@ main()
|
|||||||
-k)
|
-k)
|
||||||
opts="${opts} -k ${2}"
|
opts="${opts} -k ${2}"
|
||||||
shift ;;
|
shift ;;
|
||||||
|
all)
|
||||||
|
firstoption="all" ;;
|
||||||
*)
|
*)
|
||||||
boards="${boards} ${1} " ;;
|
boards="${boards} ${1} " ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user