From 5f70389b0bd97df7dc4f073c3088f8f7210336d7 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 12 Aug 2012 21:21:14 +0200 Subject: .brew: Install Bash 4 --- .brew | 2 ++ 1 file changed, 2 insertions(+) (limited to '.brew') diff --git a/.brew b/.brew index 4c055c2..2623ccc 100755 --- a/.brew +++ b/.brew @@ -11,6 +11,8 @@ brew install coreutils echo "Don’t forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH." # Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed brew install findutils +# Install Bash 4 +brew install bash # Install wget with IRI support brew install wget --enable-iri -- cgit v1.2.3