bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Incorrect completion when quoting last component of path


From: Tim Waugh
Subject: Incorrect completion when quoting last component of path
Date: Tue, 3 Jan 2006 14:02:06 +0000
User-agent: Mutt/1.4.2.1i

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: i386-redhat-linux-gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux-gnu' 
-DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
-DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib  -D_GNU_SOURCE 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 
-fasynchronous-unwind-tables
uname output: Linux gene.surrey.redhat.com 2.6.13-1.1597_FC5 #1 Thu Oct 6 
02:13:06 EDT 2005 i686 i686 i386 GNU/Linux
Machine Type: i386-redhat-linux-gnu

Bash Version: 3.1
Patch Level: 1
Release Status: release

Description:
        Tab completion is wrong when completing a file path if the
        last component is quoted.

Repeat-By:
        rm -rf arena
        mkdir arena
        cd arena
        mkdir d
        touch d/f
        ls d/'<TAB><TAB><Enter>

        Results: ls: d/d/f: No such file or directory

Original report:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176790

Tim.
*/

Attachment: pgp0ApFXigrkc.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]