aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 18:24:50 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 19:23:33 -0700
commit6ccd43dfa7bedbfe9323e13085a476cca5d616d5 (patch)
treea5d3eda7cd9af3901ac878947a26e702502aa831
parent3fc199dc52c4c6152ee83e95474a18bb076549e5 (diff)
downloadvcpkg-6ccd43dfa7bedbfe9323e13085a476cca5d616d5.tar.gz
vcpkg-6ccd43dfa7bedbfe9323e13085a476cca5d616d5.zip
Rename ps1 file
-rw-r--r--scripts/bootstrap.ps12
-rw-r--r--scripts/cleanEnvironmentHelper.ps1 (renamed from scripts/VcpkgPowershellUtils-ClearEnvironment.ps1)0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 43cf96c56..c37ffd57f 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -310,7 +310,7 @@ function vcpkgInvokeCommandClean()
Write-Verbose "Clean-Executing: ${executable} ${arguments}"
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
- $cleanEnvScript = "$scriptsDir\VcpkgPowershellUtils-ClearEnvironment.ps1"
+ $cleanEnvScript = "$scriptsDir\cleanEnvironmentHelper.ps1"
$tripleQuotes = "`"`"`""
$argumentsWithEscapedQuotes = $arguments -replace "`"", $tripleQuotes
$command = ". $tripleQuotes$cleanEnvScript$tripleQuotes; & $tripleQuotes$executable$tripleQuotes $argumentsWithEscapedQuotes"
diff --git a/scripts/VcpkgPowershellUtils-ClearEnvironment.ps1 b/scripts/cleanEnvironmentHelper.ps1
index 0a133f5f8..0a133f5f8 100644
--- a/scripts/VcpkgPowershellUtils-ClearEnvironment.ps1
+++ b/scripts/cleanEnvironmentHelper.ps1