From ed3cce84bc2da88b72e727d9af53a765a1c3e288 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:57:07 +0100 Subject: roms: explicitly shift by 1 on the "all" target Signed-off-by: Leah Rowe --- script/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/roms') diff --git a/script/roms b/script/roms index 12f9e1c1..359d5725 100755 --- a/script/roms +++ b/script/roms @@ -41,7 +41,7 @@ main() ser="$2" && shift 2 && continue fi [ "$1$ser" = "list" ] && x_ ls -1 config/coreboot && return 0 - [ "$1" = "all" ] && shift && continue + [ "$1" = "all" ] && shift 1 && continue boards="$1 $boards"; shift 1 done -- cgit v1.2.1