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/