mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
Add Bash shebang to bootstrap script
This commit is contained in:
parent
f6530368eb
commit
77b323a5be
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
||||
$vcpkgRootDir/scripts/bootstrap.sh
|
||||
$vcpkgRootDir/scripts/bootstrap.sh
|
||||
|
|
Loading…
Reference in a new issue