Skip to content

Commit

Permalink
dotnetFixupHook: append *Phases with appendToVar
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamrockLee committed Dec 16, 2024
1 parent 6f8448a commit b8d4a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ dotnetFixupHook() {
}

if [[ -z "${dontFixup-}" && -z "${dontDotnetFixup-}" ]]; then
preFixupPhases+=" dotnetFixupHook"
appendToVar preFixupPhases dotnetFixupHook
fi

0 comments on commit b8d4a65

Please sign in to comment.