Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464534 - =app-shells/gentoo-bashcomp-20121024 doesn't complete emerge --autounmask-write
Summary: =app-shells/gentoo-bashcomp-20121024 doesn't complete emerge --autounmask-write
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-04-04 09:04 UTC by Louis Sautier (sbraz)
Modified: 2016-02-01 11:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gentoo.patch (file_464534.txt,478 bytes, text/plain)
2013-04-04 14:47 UTC, Tom Wijsman (TomWij) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Sautier (sbraz) gentoo-dev 2013-04-04 09:04:43 UTC
It would be nice if gentoo-bashcomp completed the --autounmask-write option.

Reproducible: Always



Expected Results:  



I think this addition to /usr/share/bash-completion/gentoo would be enough.

--- a/gentoo    2013-04-04 10:52:34.632627731 +0200
+++ b/gentoo    2013-04-04 10:53:33.171347098 +0200
@@ -389,6 +389,7 @@
         elif [[ ${cur} == --* ]]; then
             # Complete on long options.
             opts="--alphabetical --ask \
+                --autounmask-write \
                 --buildpkg --buildpkgonly \
                 --changelog --clean --color=y --color=n --columns --complete-graph --config \
                 --debug --deep --depclean \
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:47:47 UTC
Created attachment 344392 [details]
gentoo.patch