Skip to content

fix(completion): removed erroneous completion var

Christian Heusel requested to merge 222-remove-unused-bash-completion into master

The definition of the variable is using invalid bash syntax and it is unused anyways.

$ _binary_arch=${DEVTOOLS_VALID_ARCHES[*]:0:-1}
bash: -1: substring expression < 0

Fixes #222 (closed)

Fixes: f961e2e9 ("completion: implemented structured declarative bash completions") Signed-off-by: Christian Heusel christian@heusel.eu

Closes #222 (closed)

Merge request reports