Bug 1381565
| Summary: | bash completion gives error when invoked after --text-width=-1 option | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Miroslav Lisik <mlisik> |
| Component: | clufter | Assignee: | Jan Pokorný [poki] <jpokorny> |
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | ||
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | clufter-0.75.0-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 23:06:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1387424 | ||
| Bug Blocks: | |||
|
Description
Miroslav Lisik
2016-10-04 12:51:43 UTC
The trace is like this:
+ local 'opts_common=--sys --dist -q --quiet --color -d --debug --logfile --loglevel'
+ local 'opts_main=-h --help -H --help-full -l --list --list-dists -v --version -e --ext -s --skip-ext --completion-bash'
+ local 'opts_nonmain=-h --help -H --help-full'
+ local cur fnc i=5
+ true
+ test 5 -eq 0
+ let i-=1
+ cur==
+ [[ = =~ ^-.* ]]
+ case ${cur} in
+ fnc=_clufter_=
+ declare -f _clufter_=
> -bash: declare: cannot use `-f' to make functions
Already fixed in upstream, since v0.59.7. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2198 |