From 9dfc77f2fdb85fc7c9fbfa64632d3c7a3565bfaa Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sat, 2 May 2020 09:51:34 +0300 Subject: [PATCH] unnecessary assignment --- macos-guest-virtualbox.sh | 1 - 1 file changed, 1 deletion(-) 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