diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-25 13:19:49 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-25 13:19:49 -0700 |
| commit | 237268f29d90c270f9955eb86cc5471bbb47d22a (patch) | |
| tree | 2a517a4ce7faf12f258205ca00438865807fc1c3 | |
| parent | 77b323a5be7215d7601b217c37ca13ec62ea2c1c (diff) | |
| download | vcpkg-237268f29d90c270f9955eb86cc5471bbb47d22a.tar.gz vcpkg-237268f29d90c270f9955eb86cc5471bbb47d22a.zip | |
[sh] Change to #!/bin/sh
| -rw-r--r--[-rwxr-xr-x] | bootstrap-vcpkg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-vcpkg.sh b/bootstrap-vcpkg.sh index 67102ca25..7196fbde0 100755..100644 --- a/bootstrap-vcpkg.sh +++ b/bootstrap-vcpkg.sh @@ -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 |
