From 95331eda407c1ee32c381795335452ebcfd7de82 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 26 Aug 2016 13:40:28 -0700 Subject: [PATCH] temporary workaround for https://github.com/mapbox/mason/issues/230 --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c805774a9..2234ef08f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,6 +39,8 @@ function install() { fi fi fi + # the rm here is to workaround https://github.com/mapbox/mason/issues/230 + rm -f ./mason_packages/.link/mason.ini mason link $1 $2 }