Merge pull request #322119 from K900/typo

stdenv: fix typo
This commit is contained in:
K900
2024-06-24 10:23:41 +03:00
committed by GitHub
+1 -1
View File
@@ -1622,7 +1622,7 @@ runPhase() {
if [[ "$curPhase" = installCheckPhase && -z "${doInstallCheck:-}" ]]; then return; fi
if [[ "$curPhase" = distPhase && -z "${doDist:-}" ]]; then return; fi
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$currPhase\" }"
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$curPhase\" }"
showPhaseHeader "$curPhase"
dumpVars