Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1381565 - bash completion gives error when invoked after --text-width=-1 option
bash completion gives error when invoked after --text-width=-1 option
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: clufter (Show other bugs)
7.3
Unspecified Unspecified
unspecified Severity unspecified
: rc
: ---
Assigned To: Jan Pokorný
cluster-qe@redhat.com
:
Depends On: 1387424
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-04 08:51 EDT by Miroslav Lisik
Modified: 2017-08-01 19:06 EDT (History)
0 users

See Also:
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 19:06:21 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:2198 normal SHIPPED_LIVE clufter bug fix and enhancement update 2017-08-01 15:41:26 EDT

  None (edit)
Description Miroslav Lisik 2016-10-04 08:51:43 EDT
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ý 2016-12-12 11:40:50 EST
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ý 2017-02-02 10:24:15 EST
Already fixed in upstream, since v0.59.7.
Comment 6 errata-xmlrpc 2017-08-01 19:06:21 EDT
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

Note You need to log in before you can comment on or make changes to this bug.