Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198945 Details for
Bug 276901
app-shells/bash-completion not prefix aware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds @GENTOO_PORTAGE_EPREFIX@ to bash_completion.sh
bash-completion-1.0-prefix.patch (text/plain), 1.34 KB, created by
Thomas Burkard
on 2009-07-23 20:28:12 UTC
(
hide
)
Description:
adds @GENTOO_PORTAGE_EPREFIX@ to bash_completion.sh
Filename:
MIME Type:
Creator:
Thomas Burkard
Created:
2009-07-23 20:28:12 UTC
Size:
1.34 KB
patch
obsolete
>--- bash_completion.sh.orig 2009-07-23 21:41:28.000000000 +0200 >+++ bash_completion.sh 2009-07-23 21:42:50.000000000 +0200 >@@ -17,9 +17,9 @@ > # in .pre. See the ebuild for how this is created. > if ! $loaded_pre; then > if [[ ${BASH_COMPLETION-unset} == unset ]]; then >- BASH_COMPLETION=/usr/share/bash-completion/base >+ BASH_COMPLETION=@GENTOO_PORTAGE_EPREFIX@/usr/share/bash-completion/base > fi >- source /usr/share/bash-completion/.pre >+ source @GENTOO_PORTAGE_EPREFIX@/usr/share/bash-completion/.pre > loaded_pre=true > fi > >@@ -28,7 +28,7 @@ > done > > # Clean up >- $loaded_pre && source /usr/share/bash-completion/.post >+ $loaded_pre && source @GENTOO_PORTAGE_EPREFIX@/usr/share/bash-completion/.post > unset -f _load_completions # not designed to be called more than once > } > >@@ -39,9 +39,9 @@ > # 4. Load user completion file last, overrides modules at user discretion > # This order is subject to change once upstream decides on something. > _load_completions \ >- /etc/bash_completion.d/base \ >+ @GENTOO_PORTAGE_EPREFIX@/etc/bash_completion.d/base \ > ~/.bash_completion.d/base \ >- /etc/bash_completion.d/* \ >+ @GENTOO_PORTAGE_EPREFIX@/etc/bash_completion.d/* \ > ~/.bash_completion.d/* \ > ~/.bash_completion > 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 276901
:
198100
|
198101
|
198104
| 198945 |
198947