summaryrefslogtreecommitdiff
path: root/script/roms
diff options
context:
space:
mode:
Diffstat (limited to 'script/roms')
-rwxr-xr-xscript/roms5
1 files changed, 3 insertions, 2 deletions
diff --git a/script/roms b/script/roms
index 3412b150..3791535e 100755
--- a/script/roms
+++ b/script/roms
@@ -43,9 +43,10 @@ main()
&& targets="$targets, $x"; continue
done
- [ -z "$targets" ] && $err "No ROM images were compiled"
+# [ -z "$targets" ] && $err "No ROM images were compiled"
printf "Check these ROM directories in bin/: %s\n" "${targets#, }"
- printf "DO NOT flash images from elf/ - please use bin/ instead.\n"
+ printf "DO NOT flash images from elf/ - use bin/ instead. ALSO:\n"
+ printf "%s\n" "$kbnotice"
}
mkserprog()