From e1f7ce16a4a8626054bdeb299f922b7f8b192c22 Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Fri, 26 Oct 2018 09:37:37 -0700 Subject: fixes to build properly on FreeBSD (#20588) * fixes to build properly on FreeBSD * remove ulimit from freebsd branch --- init-tools.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init-tools.sh') diff --git a/init-tools.sh b/init-tools.sh index f62ccb8cf2..c13bb98280 100755 --- a/init-tools.sh +++ b/init-tools.sh @@ -96,7 +96,10 @@ if [ ! -e "$__DOTNET_PATH" ]; then exit 1 fi ;; - + FreeBSD) + __PKG_RID=freebsd + OS=FreeBSD + ;; Linux) __PKG_RID=linux OS=Linux -- cgit v1.2.3