From 452820eef7d4f081f9ae79a379a62a76c0281dc5 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 20 Aug 2019 18:29:17 +0100 Subject: [PATCH] Interim fix for failed macOS builds Not ideal, but it might just work. Take two! Signed-off-by: Dom Rodriguez --- osx_environment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx_environment.sh b/osx_environment.sh index 2073801c..ae64af7d 100644 --- a/osx_environment.sh +++ b/osx_environment.sh @@ -1,5 +1,7 @@ #!/bin/bash +set +eu + # Checks if directory exists, otherwise asks to install package. function check_dir_exists() { local path=$1