Bug ID 907873
Summary bash tab completion is erratic in opensuse 13.2
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware x86-64
OS openSUSE 13.2
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jimoe@sohnen-moe.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The shell (bash) tab completion is now erratic in opensuse v13.2.

For instance:
----[ example ]----
The directory name is "1 rk forms-front folder".

LS_OPTIONS="--literal --color --tabsize=0 --classify"
alias ls="/bin/ls $LS_OPTIONS" 
alias ll="ls -lh"

$ ls 1\ r<TAB>
yields
$ ls 1\ rk\ forms-front\ folder/

$ ll 1\ r<TAB>
yields
$ ll 1 rk forms-front folder
----[ end ]----

I never know which completion will happen when I enter a <TAB>. There does not
seem to be any obvious pattern to command usage or alias-ing.

If I "mv /etc/profile.d/bash_completion.sh
/etc/profile.d/bash_completion.sh-bak" and restart the session, this problem
does not occur.


You are receiving this mail because: