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
commit 7a065843f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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