[sh] Tweak so only the sh forwarder needs to be +x

This commit is contained in:
Alexander Karatarakis 2018-04-26 02:11:04 +00:00
parent 8a1bea28fc
commit c78a609dab
2 changed files with 2 additions and 2 deletions

View file

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

2
scripts/bootstrap.sh Executable file → Normal file
View file

@ -185,4 +185,4 @@ mkdir -p "$buildDir"
(cd "$buildDir" && "$cmakeExe" --build .)
rm -rf "$vcpkgRootDir/vcpkg"
cp "$buildDir/vcpkg" "$vcpkgRootDir/"
cp "$buildDir/vcpkg" "$vcpkgRootDir/"