Skip to content

Commit 2c02e28

Browse files
committed
Add bash to brew install
Running some tests and tracing requires bash 4+ and OSX ships with an old bash. So, adding bash to the list of brew installs to download the latest bash.
1 parent fbf035d commit 2c02e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/development/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then run:
2626

2727
```bash
2828
brew update
29-
brew install ccache cmake ninja libtool gettext llvm binutils grep findutils nasm
29+
brew install ccache cmake ninja libtool gettext llvm binutils grep findutils nasm bash
3030
```
3131

3232
:::note

0 commit comments

Comments
 (0)