qt5: fix --with-qt with no arguments

This commit is contained in:
Cory Fields
2014-01-10 16:28:57 -05:00
parent 2691cbc4b3
commit 371f3f6ba5
4 changed files with 26 additions and 4 deletions

View File

@@ -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"