From 186a2cf88baa88be7385dd3381748e80432e5261 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 25 Jan 2018 17:03:37 -0800 Subject: [PATCH] [bootstrap] Fix whitespace issue --- scripts/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index ab7838127c..03f05d50bc 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -50,7 +50,7 @@ $arguments = ( "/p:PlatformToolset=$platformToolset", "/p:TargetPlatformVersion=$windowsSDK", "/m", -"$vcpkgSourcesPath\dirs.proj") -join " " +"`"$vcpkgSourcesPath\dirs.proj`"") -join " " # vcpkgInvokeCommandClean cmd "/c echo %PATH%" $ec = vcpkgInvokeCommandClean $msbuildExe $arguments