diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-26 02:11:04 +0000 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-26 02:11:04 +0000 |
| commit | c78a609dabb0df43d0443452261f7c3b592b9b41 (patch) | |
| tree | 7c489fbd1f856d862c486d5551fe6bbeb27c1301 /scripts/bootstrap.sh | |
| parent | 8a1bea28fc6cdf158dfa40ee8679c6603aa940ec (diff) | |
| download | vcpkg-c78a609dabb0df43d0443452261f7c3b592b9b41.tar.gz vcpkg-c78a609dabb0df43d0443452261f7c3b592b9b41.zip | |
[sh] Tweak so only the sh forwarder needs to be +x
Diffstat (limited to 'scripts/bootstrap.sh')
| -rw-r--r--[-rwxr-xr-x] | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 66efb1d62..c69dc0135 100755..100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -185,4 +185,4 @@ mkdir -p "$buildDir" (cd "$buildDir" && "$cmakeExe" --build .) rm -rf "$vcpkgRootDir/vcpkg" -cp "$buildDir/vcpkg" "$vcpkgRootDir/"
\ No newline at end of file +cp "$buildDir/vcpkg" "$vcpkgRootDir/" |
