Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76172 Details for
Bug 117770
bash_completion breaks with bash-3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bash_completion-ssh-bash-3.1.patch
bash_completion-ssh-bash-3.1.patch (text/plain), 537 bytes, created by
Krzysztof Pawlik (RETIRED)
on 2006-01-04 11:46:09 UTC
(
hide
)
Description:
bash_completion-ssh-bash-3.1.patch
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2006-01-04 11:46:09 UTC
Size:
537 bytes
patch
obsolete
>--- /etc/bash_completion 2006-01-03 14:24:15.000000000 +0100 >+++ bash_completion 2006-01-04 20:38:23.000000000 +0100 >@@ -2475,7 +2475,7 @@ > fi > # append any available aliases from config files > if [ ${#config[@]} -gt 0 ] && [ -n "$aliases" ]; then >- hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} )" -- $ocur ) >+ hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["\$'\t '"]*\([^*?]*\)$/\1/p" ${config[@]} )" -- $ocur ) > COMPREPLY=( ${COMPREPLY[@]} $hosts ) > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 117770
:
76172
|
77230