aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
diff options
context:
space:
mode:
authorDaniel Craig Jallits <dan@jallits.com>2014-11-13 10:01:13 -0600
committerMathias Bynens <mathias@qiwi.be>2014-11-13 17:58:24 +0100
commit987dced01bdd43b1c298018e4b3b47ad409b32de (patch)
treee4d5779a36fa62f99b14dc785279dbb10df2b0f9 /brew.sh
parent61354e562cd79d7048156290d367b034df1a9bce (diff)
downloaddotfiles-987dced01bdd43b1c298018e4b3b47ad409b32de.tar.gz
dotfiles-987dced01bdd43b1c298018e4b3b47ad409b32de.tar.bz2
dotfiles-987dced01bdd43b1c298018e4b3b47ad409b32de.zip
brew.sh: Update `gnu-sed` option
Closes #454.
Diffstat (limited to 'brew.sh')
-rwxr-xr-xbrew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/brew.sh b/brew.sh
index b006c6f..11c3109 100755
--- a/brew.sh
+++ b/brew.sh
@@ -24,7 +24,7 @@ brew install moreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew install findutils
# Install GNU `sed`, overwriting the built-in `sed`.
-brew install gnu-sed --default-names
+brew install gnu-sed --with-default-names
# Install Bash 4.
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before
# running `chsh`.