bug-bash
[Top][All Lists]
Advanced

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

completion wierdness with nested quotes


From: Tim Waugh
Subject: completion wierdness with nested quotes
Date: Wed, 9 Apr 2003 16:59:59 +0100
User-agent: Mutt/1.4.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' -DSHELL -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib 
-D_GNU_SOURCE  -O2 -g -pipe -march=i386 -mcpu=i686
uname output: Linux meme.surrey.redhat.com 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 
2003 i686 i686 i386 GNU/Linux
Machine Type: i386-redhat-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        See:
        https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80770

        Using tab completion after a "` (double-quote back-quote) sequence
        appends an additional " .

Repeat-By:
        1.  Go to an empty directory.
        2.  touch temp.txt
        3.  Type: echo "`cat temp<TAB>
        The command line is completed to: echo "`cat temp.txt"
        but should be completed to: echo "`cat temp.txt

Tim.
*/




reply via email to

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