add bash to brewfile
authorN. Engelhardt <nak@symbioticeda.com>
Wed, 18 Mar 2020 13:36:15 +0000 (14:36 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 13:36:15 +0000 (14:36 +0100)
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

index 8465d86f9e2be3d3440aa5fe2323cec56d37e4ca..2a985f09e65fa0c0558cf9ce9ce1f70f4ca04dce 100644 (file)
--- a/Brewfile
+++ b/Brewfile
@@ -8,3 +8,4 @@ brew "pkg-config"
 brew "python3"
 brew "tcl-tk"
 brew "xdot"
+brew "bash"