From 29bc40f65b42d11479744f18464f3c9da3e38631 Mon Sep 17 00:00:00 2001 From: unleashy Date: Sat, 22 Jul 2023 18:41:00 -0300 Subject: [PATCH] Remove quote escapes --- scripts/bootstrap/bootstrap-haskell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'