aboutsummaryrefslogtreecommitdiff
path: root/scripts/fetchDependency.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 14:46:00 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 14:46:00 -0800
commita8a20f1a1338ecc5ebb0575135b820b06479ae15 (patch)
treea583031c0bb87b0d48cb2d5ffa6ecd9bb82a5032 /scripts/fetchDependency.ps1
parent7722798ecb3a49b46f494058c58ff41d9e31d2c4 (diff)
downloadvcpkg-a8a20f1a1338ecc5ebb0575135b820b06479ae15.tar.gz
vcpkg-a8a20f1a1338ecc5ebb0575135b820b06479ae15.zip
VcpkgInvokeCommand: remove paramter $wait
Diffstat (limited to 'scripts/fetchDependency.ps1')
-rw-r--r--scripts/fetchDependency.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1
index 463b6f243..ad0b774d4 100644
--- a/scripts/fetchDependency.ps1
+++ b/scripts/fetchDependency.ps1
@@ -103,7 +103,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
{
if (-not (Test-Path $executableFromDownload))
{
- vcpkgInvokeCommand $downloadPath "-y" -wait:$true
+ vcpkgInvokeCommand $downloadPath "-y"
}
}
else