From dc7b72f3f4403b9e851b8644691521b2d53caee3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 26 May 2024 09:22:39 +0100 Subject: 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 --- script/roms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/roms b/script/roms index c4b95302..e3f3853c 100755 --- a/script/roms +++ b/script/roms @@ -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" } -- cgit v1.2.1