Add Bash shebang to bootstrap script

This commit is contained in:
Jan Niklas Hasse 2018-04-25 09:59:55 +02:00 committed by GitHub
parent f6530368eb
commit 77b323a5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,4 @@
#!/usr/bin/env bash
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
$vcpkgRootDir/scripts/bootstrap.sh
$vcpkgRootDir/scripts/bootstrap.sh