diff options
Diffstat (limited to 'include')
| -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 5fad62fb..b44fb66f 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -488,7 +488,7 @@ inject()  		"$cbfstool" "$rom" remove -n "$cbfsname" || \  		    $err "inject $rom: can't remove $cbfsname"; return 0  	fi -	if [ "$_t" = "stage" ]; then # the only stage we handle in refcode +	if [ "$_t" = "stage" ]; then # the only stage we handle is refcode  		x_ mkdir -p tmp; x_ rm -f "tmp/refcode"  		"$rmodtool" -i "$_dest" -o "tmp/refcode" || "!reloc refcode"  		"$cbfstool" "$rom" add-stage -f "tmp/refcode" -n "$cbfsname" \  | 
