aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
authorVictor Romero Sanchez <viromer@microsoft.com>2019-01-08 15:51:24 -0800
committerVictor Romero Sanchez <viromer@microsoft.com>2019-01-08 15:51:24 -0800
commit23a62a87fd8de3b870131761204db6d095a76121 (patch)
tree4547c0cf92363677c8507073995436892298b5bd /scripts/bootstrap.sh
parent6f398da24938ac65b4a1ccee70e7196e1b790730 (diff)
parent751db7b568c3bb94084d033fd82e5b6dcd443825 (diff)
downloadvcpkg-23a62a87fd8de3b870131761204db6d095a76121.tar.gz
vcpkg-23a62a87fd8de3b870131761204db6d095a76121.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/viromer/5058
Diffstat (limited to 'scripts/bootstrap.sh')
-rw-r--r--scripts/bootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 4bb428668..7a1b2777b 100644
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -123,6 +123,8 @@ fetchTool()
os="linux"
elif [ "$UNAME" = "Darwin" ]; then
os="osx"
+ elif [ "$UNAME" = "FreeBSD" ]; then
+ os="freebsd"
else
echo "Unknown uname: $UNAME"
return 1