Change function names to not clash with Bitcoin, apply to correct binaries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user