[MacPorts] #43265: bash 4.3.8 breaks completion of paths started with ~

MacPorts noreply at macports.org
Mon Apr 7 05:30:47 PDT 2014


#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 at Xerons-MacBook:~$ echo $BASH_VERSION
 4.3.8(1)-release
 xeron at Xerons-MacBook:~$ mkdir test
 xeron at Xerons-MacBook:~$ mkdir test/1
 xeron at Xerons-MacBook:~$ mkdir test/2
 xeron at Xerons-MacBook:~$ touch test/file1
 xeron at Xerons-MacBook:~$ touch test/testfile2
 xeron at Xerons-MacBook:~$ vim ~/test/<TAB><TAB>
 1/ 2/
 xeron at Xerons-MacBook:~$ vim test/<TAB><TAB>
 1/         2/         file1      testfile2
 xeron at Xerons-MacBook:~$ /bin/bash
 xeron at Xerons-MacBook:~$ echo $BASH_VERSION
 3.2.51(1)-release
 xeron at Xerons-MacBook:~$ vim ~/test/<TAB><TAB>
 1/         2/         file1      testfile2
 xeron at 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


More information about the macports-tickets mailing list