aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 17:03:37 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 17:03:37 -0800
commit186a2cf88baa88be7385dd3381748e80432e5261 (patch)
tree3fa12f98015b6b365c4ac0e29e6f0ab6e22232df /scripts/bootstrap.ps1
parent6e07cbeff467a027b14870f57a8b8a18357b243e (diff)
downloadvcpkg-186a2cf88baa88be7385dd3381748e80432e5261.tar.gz
vcpkg-186a2cf88baa88be7385dd3381748e80432e5261.zip
[bootstrap] Fix whitespace issue
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index ab7838127..03f05d50b 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