#43265: bash-completion breaks completion of paths starting with ~ with bash @4.3.8 -----------------------------------+---------------------- Reporter: xeron.oskom@… | Owner: raimue@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: bash bash-completion | -----------------------------------+---------------------- Changes (by heylinus@…): * status: closed => reopened * resolution: fixed => Comment: This problem still exists on OS X 10.7.5 {{{ $ port version Version: 2.3.1 $ port installed | grep bash-completion bash-completion @2.1_8 (active) }}} "/opt/local/bin/bash" with bash-completion {{{ $ echo $BASH_VERSION 4.3.24(1)-release $ cd ~/<TAB> # outputs nothing but error bell sound $ cd ~/D<TAB> # outputs nothing but error bell sound }}} system default "/bin/bash" without bash-completion[[BR]] or "/opt/local/bin/bash" without bash-completion {{{ $ echo $BASH_VERSION 3.2.48(1)-release # /bin/bash 4.3.24(1)-release # /opt/local/bin/bash $ cd ~/<TAB> # outputs list of files and folders under $HOME $ cd ~/D<TAB> Desktop/ Documents/ Downloads/ }}} -- Ticket URL: <https://trac.macports.org/ticket/43265#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X