Merge pull request #3313 from jhasse/patch-1

Add sh shebang to bootstrap script
This commit is contained in:
Alexander Karatarakis 2018-04-25 13:28:53 -07:00 committed by GitHub
commit 90be0d9b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
bootstrap-vcpkg.sh Executable file → Normal file
View 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