bug-bash
[Top][All Lists]
Advanced

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

address@hidden


From: Karsten Sperling
Subject: address@hidden
Date: Thu, 20 Sep 2007 13:01:33 +1200
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i486'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H   -I.  -I../bash -I../bash/include -I../bash/lib
  -g -O2 -Wall
uname output: Linux cargocult 2.6.20-16-generic #2 SMP Fri Aug 31
00:55:27 UTC 2007 i686 GNU/Linux
Machine Type: i486-pc-linux-gnu

Bash Version: 3.2
Patch Level: 13
Release Status: release

Description:
        After triggering file name completion for an argument to a
        command specified via an absolute path or relative path (i.e.
        anything other than a plain command name) inside backticks,
        file name completion appends a / to all file names (even if
        they are not directories).

Repeat-By:
        complete -r               # no programmable completion
        cd /tmp; touch example    # any file will do
        `/bin/false examp<TAB>    # completes to example/
        cat examp<TAB>            # completes to example/





reply via email to

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