From 9484eda5a710e3eeaa7c67eeac26afdb3fa7840f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 24 Jun 2024 17:41:43 +0100 Subject: roms: re-add final confirmation of targets Signed-off-by: Leah Rowe --- script/roms | 1 + 1 file changed, 1 insertion(+) diff --git a/script/roms b/script/roms index 43925c3b..76b860cf 100755 --- a/script/roms +++ b/script/roms @@ -63,6 +63,7 @@ main() mkrom_tarball "bin/serprog_$ser" && return 0 [ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled" + [ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }" printf "DO NOT flash from elf/ - use bin/ - ALSO:\n%s\n" "$kbnotice" } -- cgit v1.2.1