diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-16 14:51:17 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-16 14:51:51 -0700 |
| commit | 8347101e63649dab2930bbc11dab39fa37c1e927 (patch) | |
| tree | ef63363a8588eb88cf142990d71793858df5e3ba /scripts | |
| parent | 8bb28d0de4903075643a1683cad3c4e5ad89920a (diff) | |
| download | vcpkg-8347101e63649dab2930bbc11dab39fa37c1e927.tar.gz vcpkg-8347101e63649dab2930bbc11dab39fa37c1e927.zip | |
[ps1] Add missing "include"
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/bootstrap.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index 41ba25746..ed9491e2d 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -5,6 +5,7 @@ param( ) Set-StrictMode -Version Latest $scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition +. "$scriptsDir\VcpkgPowershellUtils.ps1" $vcpkgRootDir = $scriptsDir $withVSPath = $withVSPath -replace "\\$" # Remove potential trailing backslash |
