Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242303 Details for
Bug 327953
app-shells/gentoo-bashcomp-20100613: unset $filenames causes missing slash after dir names to ebuild command
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add -o filenames unconditionally.
bug327953a.patch (text/plain), 671 bytes, created by
Martin von Gagern
on 2010-08-10 20:30:17 UTC
(
hide
)
Description:
Add -o filenames unconditionally.
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2010-08-10 20:30:17 UTC
Size:
671 bytes
patch
obsolete
>Ad the filenames option to ebuild and ekeyword unconditionally. >It seems the old variable was never set. > >2010-08-10 Martin von Gagern > >References: >http://bugs.gentoo.org/327953 > >Index: gentoo-bashcomp-20100613/gentoo >=================================================================== >--- gentoo-bashcomp-20100613.orig/gentoo >+++ gentoo-bashcomp-20100613/gentoo >@@ -717,7 +717,7 @@ _ebuild() > fi > return 0 > } >-complete $filenames -F _ebuild ebuild >+complete -o filenames -F _ebuild ebuild > } > > # >@@ -1353,7 +1353,7 @@ _ekeyword() > ;; > esac > } >-complete ${filenames} -F _ekeyword ekeyword >+complete -o filenames -F _ekeyword ekeyword > } > > #
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 327953
: 242303