summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/roms2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/roms b/script/roms
index 865c4909..6fb78745 100755
--- a/script/roms
+++ b/script/roms
@@ -45,7 +45,7 @@ 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/ - use bin/ instead. ALSO:\n"
printf "%s\n" "$kbnotice"