From 52608614e8776e8f7a62cf85abeb9dcd3d31de3f Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 13 Jan 2020 23:25:46 +0200 Subject: [PATCH] raising Bash version requirement to 4.3 Bash 4.1 and 4.2 have a buggy implementation of associative array and require escaping where they shouldn't --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 059fae5..f946657 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ After successfully creating a working macOS virtual machine, consider importing ## Dependencies * [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.0 with Extension Pack -* `Bash`≥4 (GNU variant; run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) +* `Bash`≥4.3 (GNU variant; run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) * `coreutils` (GNU variant; install through package manager) * `unzip` (install through package manager) * `wget` (install through package manager)