From 360b917674e63c1e95119040463b3f50976bf331 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Tue, 19 Sep 2023 13:42:51 +0200 Subject: [PATCH] contrib/bash-completions: use package naming conventions This naming scheme supports auto-detection and on-demand loading of completions. See https://github.com/scop/bash-completion/blob/ba109693ee2284f6a82f8f0e1563baf071252df9/README.md#faq, section "Where should I put it to be sure that interactive bash shells will find it and source it". Previously, distro package maintainers had to rename these files manually. --- .../bash/{bitcoin-cli.bash-completion => bitcoin-cli.bash} | 0 .../bash/{bitcoin-tx.bash-completion => bitcoin-tx.bash} | 0 .../completions/bash/{bitcoind.bash-completion => bitcoind.bash} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename contrib/completions/bash/{bitcoin-cli.bash-completion => bitcoin-cli.bash} (100%) rename contrib/completions/bash/{bitcoin-tx.bash-completion => bitcoin-tx.bash} (100%) rename contrib/completions/bash/{bitcoind.bash-completion => bitcoind.bash} (100%) diff --git a/contrib/completions/bash/bitcoin-cli.bash-completion b/contrib/completions/bash/bitcoin-cli.bash similarity index 100% rename from contrib/completions/bash/bitcoin-cli.bash-completion rename to contrib/completions/bash/bitcoin-cli.bash diff --git a/contrib/completions/bash/bitcoin-tx.bash-completion b/contrib/completions/bash/bitcoin-tx.bash similarity index 100% rename from contrib/completions/bash/bitcoin-tx.bash-completion rename to contrib/completions/bash/bitcoin-tx.bash diff --git a/contrib/completions/bash/bitcoind.bash-completion b/contrib/completions/bash/bitcoind.bash similarity index 100% rename from contrib/completions/bash/bitcoind.bash-completion rename to contrib/completions/bash/bitcoind.bash