[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Name completion bug in bash 2.05b
From: |
David Ashley |
Subject: |
Name completion bug in bash 2.05b |
Date: |
Tue, 11 Nov 2003 11:28:02 -0800 |
This version has the problem:
GNU bash, version 2.05b.0(1)-release (i486-slackware-linux-gnu)
Copyright (C) 2002 Free Software Foundation, Inc.
This version does not have the problem:
GNU bash, version 2.05.0(1)-release (i386-slackware-linux-gnu)
Copyright 2000 Free Software Foundation, Inc.
The problem:
My current directory contains:
drwxr-xr-x 2 dash users 60 Nov 11 11:13 zzz/
-rwxr-xr-x 1 dash users 417800 Nov 11 11:13 zzz/x*
I type
zz<tab> # tab for name completion
I get
zzz[space] # it completes zzz and gives me a space
I should get
zzz/
or
zzz/x
depending on contents of zzz. This is the older (correct) behaviour.
-Dave
PS Slackware 9.1 is the os I'm running this on, if that helps.
- Name completion bug in bash 2.05b,
David Ashley <=