From b73bc3d6a23f2a2bba38a6a417ece2d2bfa9bdff Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Fri, 28 Jun 2019 21:18:31 +0300 Subject: [PATCH] newline after error message --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index b9a6687..43ee445 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Semi-automatic installer of macOS on VirtualBox # (c) img2tab, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.66.0 +# version 0.66.1 # Requirements: 37.5GB available storage on host # Dependencies: bash >= 4.0, unzip, wget, dmg2img, @@ -336,7 +336,7 @@ else ${wgetargs} \ --output-document="${macOS_release_name}_BaseSystem.dmg" if [ ! -s "${macOS_release_name}_BaseSystem.dmg" ]; then - printf ${whiteonred}'Could not download BaseSystem.dmg'${defaultcolor}'.' + printf "${whiteonred}"'Could not download BaseSystem.dmg'"${defaultcolor}"'.\n' exit fi echo "Downloaded BaseSystem.dmg. Converting to BaseSystem.img"