From cd28db883e2fd3db8e09ef6e90aad00aac4feb06 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Jan 2025 18:30:57 +0000 Subject: vendor.sh: fix comment Signed-off-by: Leah Rowe --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.2.1