#43265: bash 4.3.8 breaks completion of paths started with ~ ---------------------------+-------------------------------- Reporter: xeron.oskom@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: bash ---------------------------+-------------------------------- {{{ xeron@Xerons-MacBook:~$ echo $BASH_VERSION 4.3.8(1)-release xeron@Xerons-MacBook:~$ mkdir test xeron@Xerons-MacBook:~$ mkdir test/1 xeron@Xerons-MacBook:~$ mkdir test/2 xeron@Xerons-MacBook:~$ touch test/file1 xeron@Xerons-MacBook:~$ touch test/testfile2 xeron@Xerons-MacBook:~$ vim ~/test/<TAB><TAB> 1/ 2/ xeron@Xerons-MacBook:~$ vim test/<TAB><TAB> 1/ 2/ file1 testfile2 xeron@Xerons-MacBook:~$ /bin/bash xeron@Xerons-MacBook:~$ echo $BASH_VERSION 3.2.51(1)-release xeron@Xerons-MacBook:~$ vim ~/test/<TAB><TAB> 1/ 2/ file1 testfile2 xeron@Xerons-MacBook:~$ vim test/<TAB><TAB> 1/ 2/ file1 testfile2 }}} Caused by #43173 -- Ticket URL: <https://trac.macports.org/ticket/43265> MacPorts <http://www.macports.org/> Ports system for OS X