diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-06 15:44:59 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-07 17:31:30 -0800 |
| commit | 815e3caf5573d1149e1f826b359beb9039293307 (patch) | |
| tree | b65ce3f6d6b7058e6f289d9d05d285ef91bc7afb /scripts/bootstrap.ps1 | |
| parent | 676c861ae65569058014ac5367447464f1fb0877 (diff) | |
| download | vcpkg-815e3caf5573d1149e1f826b359beb9039293307.tar.gz vcpkg-815e3caf5573d1149e1f826b359beb9039293307.zip | |
Merge findFileRecursivelyUp into VcpkgPowershellUtils
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index 03f05d50b..0df2a2a99 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -6,7 +6,7 @@ param( $scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition . "$scriptsDir\VcpkgPowershellUtils.ps1" -$vcpkgRootDir = & $scriptsDir\findFileRecursivelyUp.ps1 $scriptsDir .vcpkg-root +$vcpkgRootDir = vcpkgFindFileRecursivelyUp $scriptsDir .vcpkg-root Write-Verbose("vcpkg Path " + $vcpkgRootDir) |
