mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
Merge pull request #3313 from jhasse/patch-1
Add sh shebang to bootstrap script
This commit is contained in:
commit
90be0d9b67
8
bootstrap-vcpkg.sh
Executable file → Normal file
8
bootstrap-vcpkg.sh
Executable file → Normal file
@ -1,2 +1,8 @@
|
||||
<<<<<<< Updated upstream
|
||||
#!/usr/bin/env bash
|
||||
=======
|
||||
#!/bin/sh
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
|
||||
$vcpkgRootDir/scripts/bootstrap.sh
|
||||
$vcpkgRootDir/scripts/bootstrap.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user