bug-bash
[Top][All Lists]
Advanced

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

FIGNORE behaviour with 'CVS', version 3.1.17(1)-release (i486-pc-linux-g


From: Craig Turner
Subject: FIGNORE behaviour with 'CVS', version 3.1.17(1)-release (i486-pc-linux-gnu)
Date: Tue, 28 Nov 2006 15:09:17 +1030

From: craig@cowoh.org
To: bug-bash@gnu.org,bash@packages.debian.org
Subject: FIGNORE=CVS behaviour, v3.1.17(1)-release

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
uname output: Linux relentless 2.6.17-10-386 #2 Fri Oct 13 18:41:40 UTC 2006
i686 GNU/Linux
Machine Type: i486-pc-linux-gnu

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

Description:
       When I set FIGNORE to 'CVS' it doesn't work as I believe it's meant
to. Pressing tab in a directory containing files still lists 'CVS' in the
completion list. However, having just 'VS' as the value for FIGNORE works.

Repeat-By:
   wotan$ ls
   ApplicationServlet.java  CVS/    Home.java        Operation.java
Session.java
   Component.java           field/  ISequencer.java  Page.java
Sketch.java
   wotan$ export FIGNORE=CVS
   wotan$ cd C<tab causes the next two lines where it should complete
Component.java?>
   Component.java  CVS/
   wotan$ cd C<ctrl+C>
   wotan$ export FIGNORE=VS
   wotan$ cd Component.java

   The last line completed successfully from a capital C + tab.


reply via email to

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