mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[sh] Change to #!/bin/sh
This commit is contained in:
parent
77b323a5be
commit
237268f29d
1 changed files with 4 additions and 0 deletions
4
bootstrap-vcpkg.sh
Executable file → Normal file
4
bootstrap-vcpkg.sh
Executable file → Normal file
|
@ -1,4 +1,8 @@
|
|||
<<<<<<< Updated upstream
|
||||
#!/usr/bin/env bash
|
||||
=======
|
||||
#!/bin/sh
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
||||
$vcpkgRootDir/scripts/bootstrap.sh
|
||||
|
|
Loading…
Reference in a new issue