#35352: bash-completion @2.0 broken after upgrade -----------------------------------+---------------------------------------- Reporter: lars.mai@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: bash-completion | -----------------------------------+---------------------------------------- Changes (by cal@…): * status: new => closed * resolution: => invalid Comment: {{{ bash --version }}} being 4.2 is not sufficient for bash completion to work; it merely says the `bash` binary first in your `$PATH` is 4.2, but that isn't necessarily what your terminal emulator starts when opening a new terminal. Try {{{ echo $BASH_VERSION }}} to see which version of bash you are currently running (and unless you changed it as described in `port notes bash-completion`) it probably is /bin/bash, which is version 3.something. -- Ticket URL: <https://trac.macports.org/ticket/35352#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS