roms: rename bstr variable
i forgot to do this in the recent cleanup. it is now initialised as a variable named "x" Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
5c14e8e1bc
commit
dc7b72f3f4
|
@ -60,9 +60,9 @@ main()
|
|||
[ "$xbmk_release" = "y" ] && x="archives (remember the inject command)"
|
||||
|
||||
[ -z "$targets" ] && $err "No ROM images were compiled"
|
||||
printf "\nROM images available in these %s:\n" "$bstr"
|
||||
printf "\nROM images available in these %s:\n" "$x"
|
||||
eval "printf \"$targets\""
|
||||
printf "^^ ROM images available in these %s.\n\n" "$bstr"
|
||||
printf "^^ ROM images available in these %s.\n\n" "$x"
|
||||
|
||||
printf "DO NOT flash images from elf/ - please use bin/ instead.\n"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue