Hardcode C:\ in windows bootstrap script

This commit is contained in:
2021-06-06 11:59:05 +02:00
parent a47304e599
commit 03800d3b74

View File

@@ -93,7 +93,7 @@ function Get-FileWCSynchronous{
$ErrorActionPreference = 'Stop'
$GhcupDir = "$env:HOMEDRIVE\ghcup"
$GhcupDir = "C:\ghcup"
$MsysDir = ('{0}\msys64' -f $GhcupDir)
$Bash = ('{0}\usr\bin\bash' -f $MsysDir)