Fixed: Typo, lingering \n

This commit is contained in:
Alex Daigle
2019-07-31 09:49:58 -04:00
committed by GitHub
parent 9b87484fd2
commit 9a6faff3de
+1 -1
View File
@@ -111,7 +111,7 @@ function check_dependencies() {
# check if running on macOS # check if running on macOS
if [ -n "$(sw_vers 2>/dev/null)" ]; then if [ -n "$(sw_vers 2>/dev/null)" ]; then
printf '\nThis script is not completely tested on macOS hosts.\nVisit https://github.com/myspaghetti/macos-guest-virtualbox/issues/39 for more information\n' printf '\nThis script is not completely tested on macOS hosts.\nVisit https://github.com/myspaghetti/macos-guest-virtualbox/issues/39 for more information\n'
read -p "Press enter to continue.\n" read -p "Press enter to continue."
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
fi fi