From 94e8f98c594246f6c37612081ebb0d0e56b8b4a9 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 28 Jul 2020 21:36:44 +0300 Subject: [PATCH] fixed zsh \c bug (issue #281) --- 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 5a33562..34538f8 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Push-button installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/myspaghetti/macos-virtualbox -# version 0.96.4 +# version 0.96.5 # Dependencies: bash coreutils gzip unzip wget xxd dmg2img # Supported versions: @@ -134,7 +134,7 @@ elif [[ "${SHELL}" =~ /zsh ]]; then exit fi # make zsh parse the script (almost) like bash - setopt extendedglob sh_word_split ksh_arrays posix_argzero nullglob + setopt extendedglob sh_word_split ksh_arrays posix_argzero nullglob bsd_echo else echo "Can't determine SHELL. Exiting." exit