Path completion in 1.10 gives error
From: Ryan J Ollos <rjollos_at_apache.org>
Date: Wed, 2 May 2018 23:27:42 -0700
I'm on OSX 10.13.4, fully up-to-date with patches. Since updating to
"-bash: compopt: command not found"
It seems the Bash on OSX is a bit old:
$ bash --version
The use of "compopt" in the bash_completion script was first introduced in
It looks like "compopt" was added in Bash 4.0 (2):
This document details the changes between this version, bash-4.0-alpha,
Grepping through my "bash_completion.d" it looks like some applications
type compopt &>/dev/null && compopt -o nospace
Is the bash_completion script intended to work with Bash 3.2? There is a
If the bash completion is not intended to work with Bash 3.2, any
- Ryan
(1) https://svn.apache.org/viewvc?view=revision&revision=1695871
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.