Change function names to not clash with Bitcoin, apply to correct binaries

This commit is contained in:
Jack Grigg
2016-12-02 17:09:44 +13:00
parent c794f6d33b
commit 58966e96c5
3 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
_bitcoind() {
_zcashd() {
local cur prev words=() cword
local bitcoind
@@ -45,7 +45,7 @@ _bitcoind() {
;;
esac
} &&
complete -F _bitcoind bitcoind bitcoin-qt
complete -F _zcashd zcashd
# Local variables:
# mode: shell-script