summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/roms4
1 files 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"
}