1
0
mirror of synced 2026-04-17 10:11:18 +00:00

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.
This commit is contained in:
N. Engelhardt
2020-03-18 14:36:15 +01:00
committed by GitHub
parent a2fa1654dc
commit 1668b0126b

View File

@@ -8,3 +8,4 @@ brew "pkg-config"
brew "python3"
brew "tcl-tk"
brew "xdot"
brew "bash"