Hacker News new | ask | show | jobs
by fleitz 4275 days ago
Did you mean to say 'brew upgrade bash'?
1 comments

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.
I suppose if you're being brave, you can nuke the built-in bash and symlink it back to brew's copy.