Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58708 - bash-completion doesn' work with bash 3
Summary: bash-completion doesn' work with bash 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 59062 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-28 16:14 UTC by blubbfisch
Modified: 2004-08-01 12:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blubbfisch 2004-07-28 16:14:06 UTC
/etc/profile.d/bash-completion only tests for bash version 2.04... it should allow bash -ge 3 as well

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




It works, modifying  /etc/profile.d/bash-completion like this

if (([ "$PS1" ] && [ $bmajor -eq 2 ] && [ $bminor -ge 04 ]) || \
       [ $bmajor -ge 3 ] ) \
    && [ -f /etc/bash_completion ]; then # interactive shell
Comment 1 SpanKY gentoo-dev 2004-07-28 16:28:58 UTC
added bash-completion-20040704-r1 with fixes to enable bash-completion in bash3
Comment 2 Ciaran McCreesh 2004-08-01 12:57:36 UTC
*** Bug 59062 has been marked as a duplicate of this bug. ***