diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/roms | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |