mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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>
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user