aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-01-11 12:44:31 -0800
committerPhil Christensen <philc@microsoft.com>2019-01-11 12:44:31 -0800
commit57c78037a4a8f0f7384504475c5510984657f0d2 (patch)
tree91928048e7001ea224d68da54d9bb43cbbd7970f /scripts/bootstrap.sh
parentbf4a864a73dfe0f68a70598c9f5087beca57f2c7 (diff)
parent1134de5eacf2052a936a943acea7f08ba06462d7 (diff)
downloadvcpkg-57c78037a4a8f0f7384504475c5510984657f0d2.tar.gz
vcpkg-57c78037a4a8f0f7384504475c5510984657f0d2.zip
Merge branch 'master' into dev/philc/4990
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