From b91ce398cf6e0efe02cb3eb55f5eefbd7456a17a Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Fri, 30 Nov 2018 13:52:43 -0800 Subject: [PATCH] enable dev tools by default --- installer/mac/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mac/postinstall.sh b/installer/mac/postinstall.sh index 254e59f2..1d414b0e 100755 --- a/installer/mac/postinstall.sh +++ b/installer/mac/postinstall.sh @@ -36,7 +36,7 @@ if [ "$bring_to_front" == "" ]; then fi if [ "$dev_tools_enabled" == "" ]; then - dev_tools_enabled=false; + dev_tools_enabled=true; fi pod_url_escaped=$(sed 's#[&/\]#\\&#g' <<<"$pod_url")