diff --git a/scripts/bootstrap/bootstrap-haskell.ps1 b/scripts/bootstrap/bootstrap-haskell.ps1 index 5ab08fc..f199b5c 100644 --- a/scripts/bootstrap/bootstrap-haskell.ps1 +++ b/scripts/bootstrap/bootstrap-haskell.ps1 @@ -459,7 +459,7 @@ if (!(Test-Path -Path ('{0}' -f $MsysDir))) { Print-Msg -msg 'Processing MSYS2 bash for first time use...' Exec "$Bash" '-lc' 'exit' - Exec "$env:windir\system32\taskkill.exe" /F /FI `"MODULES eq msys-2.0.dll`" + Exec "$env:windir\system32\taskkill.exe" /F /FI "MODULES eq msys-2.0.dll" Print-Msg -msg 'Upgrading full system...' Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu'