diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-01-10 16:28:57 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-01-10 16:30:33 -0500 |
commit | 371f3f6ba553dbc99c3bd2788c2ba38882112bef (patch) | |
tree | 1db424f11db78d8a2dbb0cd72430288f77fb37b8 /qa/rpc-tests/wallet.sh | |
parent | 2691cbc4b3c97a468b23f2c11dbe992dfb3f8bcb (diff) |
qt5: fix --with-qt with no arguments
Diffstat (limited to 'qa/rpc-tests/wallet.sh')
-rwxr-xr-x | qa/rpc-tests/wallet.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/wallet.sh b/qa/rpc-tests/wallet.sh index 118809a265..8d5a6cdc78 100755 --- a/qa/rpc-tests/wallet.sh +++ b/qa/rpc-tests/wallet.sh @@ -12,6 +12,7 @@ BITCOIND=${1}/bitcoind CLI=${1}/bitcoin-cli DIR="${BASH_SOURCE%/*}" +SENDANDWAIT="${DIR}/send.sh" if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi . "$DIR/util.sh" |