diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/VcpkgPowershellUtils.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/VcpkgPowershellUtils.ps1 b/scripts/VcpkgPowershellUtils.ps1 index 722d337ca..4aaad3479 100644 --- a/scripts/VcpkgPowershellUtils.ps1 +++ b/scripts/VcpkgPowershellUtils.ps1 @@ -160,7 +160,7 @@ function vcpkgExtractFile( [Parameter(Mandatory=$true)][string]$file, } else { - Move-Item -Path $destinationPartial -Destination $output + Move-Item -Path "$destinationPartial" -Destination $output } } @@ -220,4 +220,4 @@ function vcpkgFormatElapsedTime([TimeSpan]$ts) } throw $ts -}
\ No newline at end of file +} |
