mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 05:37:58 +08:00
Rename ps1 file
This commit is contained in:
parent
3fc199dc52
commit
6ccd43dfa7
@ -310,7 +310,7 @@ function vcpkgInvokeCommandClean()
|
|||||||
|
|
||||||
Write-Verbose "Clean-Executing: ${executable} ${arguments}"
|
Write-Verbose "Clean-Executing: ${executable} ${arguments}"
|
||||||
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
||||||
$cleanEnvScript = "$scriptsDir\VcpkgPowershellUtils-ClearEnvironment.ps1"
|
$cleanEnvScript = "$scriptsDir\cleanEnvironmentHelper.ps1"
|
||||||
$tripleQuotes = "`"`"`""
|
$tripleQuotes = "`"`"`""
|
||||||
$argumentsWithEscapedQuotes = $arguments -replace "`"", $tripleQuotes
|
$argumentsWithEscapedQuotes = $arguments -replace "`"", $tripleQuotes
|
||||||
$command = ". $tripleQuotes$cleanEnvScript$tripleQuotes; & $tripleQuotes$executable$tripleQuotes $argumentsWithEscapedQuotes"
|
$command = ". $tripleQuotes$cleanEnvScript$tripleQuotes; & $tripleQuotes$executable$tripleQuotes $argumentsWithEscapedQuotes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user