diff options
| -rwxr-xr-x | bootstrap-vcpkg.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap-vcpkg.sh b/bootstrap-vcpkg.sh index 4bfb17308..67102ca25 100755 --- a/bootstrap-vcpkg.sh +++ b/bootstrap-vcpkg.sh @@ -1,2 +1,4 @@ +#!/usr/bin/env bash + vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P) -$vcpkgRootDir/scripts/bootstrap.sh
\ No newline at end of file +$vcpkgRootDir/scripts/bootstrap.sh |
