We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e9c0f commit c9d10afCopy full SHA for c9d10af
build.ps1
@@ -137,10 +137,10 @@ else
137
{
138
if (!(Get-Command "patch" -ErrorAction SilentlyContinue))
139
140
- if (Test-Path "C:\Program Files\Git\usr\bin\patch.exe")
+ if (Test-Path "$Env:ProgramFiles\Git\usr\bin\patch.exe")
141
142
Write-Host "'patch' command not found, but Git is installed; adding Git usr\bin to PATH"
143
- $env:Path += ";C:\Program Files\Git\usr\bin"
+ $env:Path += ";$Env:ProgramFiles\Git\usr\bin"
144
}
145
else
146
0 commit comments