Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178366 Details for
Bug 254814
app-shells/bash-completion - man page completion doesn't work properly with lzma compression
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple patch to fix above behaviour
bash-completion-man-lzma.patch (text/plain), 435 bytes, created by
Jan Hruban
on 2009-01-13 14:25:30 UTC
(
hide
)
Description:
simple patch to fix above behaviour
Filename:
MIME Type:
Creator:
Jan Hruban
Created:
2009-01-13 14:25:30 UTC
Size:
435 bytes
patch
obsolete
>--- /usr/share/bash-completion/base >+++ /usr/share/bash-completion/base >@@ -819,7 +819,7 @@ > # weed out directory path names and paths to man pages > COMPREPLY=( ${COMPREPLY[@]##*/?(:)} ) > # strip suffix from man pages >- COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2)} ) >+ COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2|lzma)} ) > COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) > > [[ "$prev" != [0-9ln] ]] && _filedir '[0-9ln]'
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 254814
: 178366