From f684e822400e9b1b8ec28c68d8fa9595e0e1be69 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Thu, 9 Jan 2020 19:31:02 +0200 Subject: [PATCH] missing space after gsplit --- 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 ad8869c..b6d9775 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Semi-automatic installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/myspaghetti/macos-guest-virtualbox -# version 0.77.6 +# version 0.77.7 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.0, unzip, wget, dmg2img, @@ -142,7 +142,7 @@ if [ -n "$(gcsplit --help 2>/dev/null)" ]; then gtac "$@" } function split() { - gsplit"$@" + gsplit "$@" } function base64() { gbase64 "$@"