aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-vcpkg.sh2
-rw-r--r--[-rwxr-xr-x]scripts/bootstrap.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-vcpkg.sh b/bootstrap-vcpkg.sh
index 92e65dc6c..b77b74890 100755
--- a/bootstrap-vcpkg.sh
+++ b/bootstrap-vcpkg.sh
@@ -1,4 +1,4 @@
#!/bin/sh
vcpkgRootDir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
-$vcpkgRootDir/scripts/bootstrap.sh
+. $vcpkgRootDir/scripts/bootstrap.sh
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/"