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: clufterAssignee: 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
Description of problem:
Bash completion gives error message when invoked after --text-width=-1

Version-Release number of selected component (if applicable):
clufter-cli-0.59.5-2.el7

How reproducible:
always

Steps to Reproduce:

1. Write command in command line and invoke bash completion by pushing <TAB>:

[root@virt-024 ~]# clufter pcs2pcscmd --batch --quiet --silent --text-width=-1

Actual results:

[root@virt-024 ~]# clufter pcs2pcscmd --batch --quiet --silent --text-width=-1 -bash: declare: cannot use `-f' to make functions


Expected results:

List of choices from bash completion.

Comment 2 Jan Pokorný [poki] 2016-12-12 16:40:50 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

Comment 3 Jan Pokorný [poki] 2017-02-02 15:24:15 UTC
Already fixed in upstream, since v0.59.7.

Comment 6 errata-xmlrpc 2017-08-01 23:06:21 UTC
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