aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-01-24 10:15:17 +0100
committerMathias Bynens <mathias@qiwi.be>2015-01-24 10:16:07 +0100
commitda6005aba582d1e0038ae21b375596c191549864 (patch)
treef21a90fc7b3bb47cd5b79231a9d5bed02c6efcd7 /bin
parent67be835d1b52f98dc7e301cb49b07a7afa4c26b4 (diff)
downloaddotfiles-da6005aba582d1e0038ae21b375596c191549864.tar.gz
dotfiles-da6005aba582d1e0038ae21b375596c191549864.tar.bz2
dotfiles-da6005aba582d1e0038ae21b375596c191549864.zip
bin: Point Bash symlink to `/usr/local/opt/bash/bin/bash`
This is a link to whatever happens to be both in-the-cellar and linked. Ref. https://github.com/mathiasbynens/dotfiles/issues/479#issuecomment-71276285. Fixes #479.
Diffstat (limited to 'bin')
l---------bin/bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bash b/bin/bash
index a8134e7..24745c8 120000
--- a/bin/bash
+++ b/bin/bash
@@ -1 +1 @@
-/usr/local/Cellar/bash/4.2.45/bin/bash \ No newline at end of file
+/usr/local/opt/bash/bin/bash \ No newline at end of file