Skip to content

Commit

Permalink
Fix paths with single quotes in bootstrap. (microsoft#36115)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Jan 11, 2024
1 parent e6a1dc4 commit 97c1d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-vcpkg.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& \"%~dp0scripts\bootstrap.ps1\" %*}"

0 comments on commit 97c1d74

Please sign in to comment.