On Oct 27, 2014, at 11:10 PM, Bill Christensen <[email protected]> 
wrote:

> Yes... what I ran was:
> 
> sudo port install bash +universal
> sudo mv /bin/bash{,-osx} ; sudo ln /opt/local/bin/bash /bin/bash
> sudo mv /bin/sh{,-osx} ; sudo ln /bin/bash /bin/sh

Looks like you'd still have the originals then. Try moving them back.

    % sudo mv -f /bin/bash{-osx,}
    % sudo mv -f /bin/sh{-osx,}

vq
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to