mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
script/roms: fix serprog build commands
forgot to shift Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ main()
|
|||||||
{
|
{
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
[ "$1" = "list" ] && eval "x_ ls -1 config/coreboot; return 0"
|
[ "$1" = "list" ] && eval "x_ ls -1 config/coreboot; return 0"
|
||||||
[ "$1" = "serprog" ] && eval "shift 1; mkserprog $@; return 0"
|
[ "$1" = "serprog" ] && shift && eval "mkserprog $@; return 0"
|
||||||
[ "$1" = "all" ] && shift && continue
|
[ "$1" = "all" ] && shift && continue
|
||||||
boards="$1 $boards"; shift 1
|
boards="$1 $boards"; shift 1
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user