Y
Hacker News
new
|
ask
|
show
|
jobs
by
ProCynic
4281 days ago
update bash (
https://apple.stackexchange.com/questions/146849/how-do-i-re...
) or switch to a different system default shell until bash is updated.
1 comments
maldeh
4280 days ago
Keep in mind that /bin/sh is bash on OS X. So if you have any scripts with the #!/bin/sh preamble you'll have to replace the default sh too.
link