Y
Hacker News
new
|
ask
|
show
|
jobs
by
fleitz
4275 days ago
Did you mean to say 'brew upgrade bash'?
1 comments
sophacles
4275 days ago
That doesn't change the version of bash pointed at by /bin/sh which is a hardlink to the OSX supplied bash. Even if you previously relinked /bin/sh to a homebrew bash, it won't change versions by upgrading the installed bash.
link
bashinator
4275 days ago
I suppose if you're being brave, you can nuke the built-in bash and symlink it back to brew's copy.
link