how use bash 5.0 port

Ken Cunningham ken.cunningham.webuse at gmail.com
Wed Sep 2 01:36:20 UTC 2020


The thing to do with bash is link it statically — then it can never break.

I do this on all older systems, and then copy it into /bin/bash

see <https://github.com/kencu/myports/blob/master/shells/bash/> if you need inspiration.

Ken


More information about the macports-users mailing list