Fix bash-completion for debian distro

Check nodetool/cqlsh for bash-completion with _have instead of type

 patch by Alexander Batyrshin; reviewed by Mick Semb Wever for CASSANDRA-19999
This commit is contained in:
Alexander Batyrshin 2024-10-13 02:54:45 +03:00 committed by mck
parent d939e40dfb
commit 6a1d13ade2
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.0.15
* Fix bash-completion for debian distro (CASSANDRA-19999)
* Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960)
* Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667)
* Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889)

View File

@ -15,7 +15,7 @@
# limitations under the License.
#
#
have nodetool && have cqlsh &&
_have nodetool && _have cqlsh &&
{
show_keyspaces()