First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 58708
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: blubbfisch <bergtroll@gmx.li>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 58708 depends on: Show dependency tree
Bug 58708 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-28 16:14 0000
/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 From SpanKY 2004-07-28 16:28:58 0000 -------
added bash-completion-20040704-r1 with fixes to enable bash-completion in bash3

------- Comment #2 From Ciaran McCreesh 2004-08-01 12:57:36 0000 -------
*** Bug 59062 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug