diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index d4e0edc..42f08d0 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1426,7 +1426,6 @@ stages=' troubleshoot ' check_shell -stages_without_newlines="${stages//[$'\r\n']/}" [[ "${1}" = "documentation" ]] && documentation && exit if [[ "${1}" = "troubleshoot" ]]; then set_variables; check_dependencies >/dev/null; troubleshoot; exit; fi stages_without_newlines="${stages//[$'\r\n']/ }" # replace newline with space character