diff options
Diffstat (limited to 'script/build/release/roms')
| -rwxr-xr-x | script/build/release/roms | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/script/build/release/roms b/script/build/release/roms index c551c1aa..da67f8ed 100755 --- a/script/build/release/roms +++ b/script/build/release/roms @@ -191,9 +191,9 @@ strip_ucode()  	"${cbfstool}" "${_newrom_b}" remove -n \  	    cpu_microcode_blob.bin 2>/dev/null || microcode_present="n"  	if [ "${microcode_present}" = "n" ]; then -		printf "REMARK: '%s' already lacks microcode\n" \ -		    "${romfile}" -		printf "Renaming default ROM file instead.\n" +		printf "REMARK: '%s' already lacks microcode\n" "${romfile}" \ +		    1>&2 +		printf "Renaming default ROM file instead.\n" 1>&2  		mv "${romfile}" "${_newrom_b}" || \  		    err "strip_rom_image: can't rename no-u ${romfile}"  	fi  | 
