diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/roms | 5 | 
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() | 
