diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-01-24 10:15:17 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-01-24 10:16:07 +0100 |
commit | da6005aba582d1e0038ae21b375596c191549864 (patch) | |
tree | f21a90fc7b3bb47cd5b79231a9d5bed02c6efcd7 | |
parent | 67be835d1b52f98dc7e301cb49b07a7afa4c26b4 (diff) | |
download | dotfiles-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.
l--------- | bin/bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |