Skip to content

Commit

Permalink
bootstrap.bat now forwards args to ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Jun 8, 2018
1 parent 9750fff commit 91ec5c4
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

This comment has been minimized.

Copy link
@Nikhil05-nike

Nikhil05-nike Oct 11, 2020

./

This comment was marked as off-topic.

Copy link
@BSF2

BSF2 Jan 26, 2022

./

powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"

This comment has been minimized.

Copy link
@ahmedhaggag111281
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"

7 comments on commit 91ec5c4

@ScheglovIvan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fgh

@Nikhil05-nike
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./

@jieli-cpp
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get

@qwesikhalifa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./

@MaxCtn
Copy link

@MaxCtn MaxCtn commented on 91ec5c4 Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./

@douba6
Copy link

@douba6 douba6 commented on 91ec5c4 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get

@bilgesucakirr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./

Please sign in to comment.