From 45709367fedb235ffebee266b70e2902047e7254 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 16 Dec 2020 02:06:24 +0200 Subject: [PATCH] prepending "function" to function declaration --- 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 3f07caa..c656069 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.98.1 +# version 0.98.2 # Dependencies: bash coreutils gzip unzip wget xxd dmg2img # Optional features: tesseract-ocr tesseract-ocr-eng @@ -1317,7 +1317,7 @@ function sleep() { } # create a viso with no files -create_viso_header() { +function create_viso_header() { # input: filename volume-id (two positional parameters, both required) # output: nothing to stdout, viso file to working directory local uuid="$(xxd -p -l 16 /dev/urandom)"