From 1668b0126bc5eb0496ad471b64351f8f6cb563f8 Mon Sep 17 00:00:00 2001 From: "N. Engelhardt" Date: Wed, 18 Mar 2020 14:36:15 +0100 Subject: [PATCH] add bash to brewfile Default bash on macOS is version 3, which does not support `define -A`, now used in `tests/arch/run-test.sh`. Use brew to install newer bash. --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index 8465d86f9..2a985f09e 100644 --- a/Brewfile +++ b/Brewfile @@ -8,3 +8,4 @@ brew "pkg-config" brew "python3" brew "tcl-tk" brew "xdot" +brew "bash" -- 2.30.2