Browse Source

Revert "chore(buildwin): remove leftover closing curly"

This reverts commit 988e9380f266dcb65a6408388b992df72903cba6.
Aleksandar Fabijanic 2 years ago
parent
commit
bf2f96847a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildwin.ps1

+ 1 - 1
buildwin.ps1

@@ -213,7 +213,7 @@ function Set-Environment
 			$Command = Resolve-Path "$($vsdir)\..\..\VC\vcvarsall.bat"
 			$script:msbuild_exe = "MSBuild.exe"
 		}
-	}
+	}}
 
 	$tempFile = [IO.Path]::GetTempFileName()
 	cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "