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