diff options
| -rw-r--r-- | include/vendor.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/vendor.sh b/include/vendor.sh index 7fc283b8..67625949 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -358,7 +358,7 @@ vendor_inject()  	check_release "$archive" || \  	    $err "You must run this script on a release archive. - $dontflash" -	if readcfg; then +	if readcfg || [ -n "$new_mac" ]; then  		[ "$nukemode" = "nuke" ] || x_ ./mk download "$board"  		patch_release_roms  	else | 
