diff options
| author | Cory Fields <[email protected]> | 2014-01-10 16:28:57 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-01-10 16:30:33 -0500 |
| commit | 371f3f6ba553dbc99c3bd2788c2ba38882112bef (patch) | |
| tree | 1db424f11db78d8a2dbb0cd72430288f77fb37b8 /qa/rpc-tests/wallet.sh | |
| parent | qt5: Force macports default include path to be searched last (diff) | |
| download | discoin-371f3f6ba553dbc99c3bd2788c2ba38882112bef.tar.xz discoin-371f3f6ba553dbc99c3bd2788c2ba38882112bef.zip | |
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 118809a26..8d5a6cdc7 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" |