From: N. Engelhardt Date: Wed, 18 Mar 2020 13:36:15 +0000 (+0100) Subject: add bash to brewfile X-Git-Tag: working-ls180~743^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1668b0126bc5eb0496ad471b64351f8f6cb563f8;p=yosys.git 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. --- 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"