[sh] Change to #!/bin/sh

This commit is contained in:
Alexander Karatarakis 2018-04-25 13:19:49 -07:00
parent 77b323a5be
commit 237268f29d

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