Hardcode C:\ in windows bootstrap script

This commit is contained in:
Julian Ospald 2021-06-06 11:59:05 +02:00
parent a47304e599
commit 03800d3b74
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

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)