3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 11:15:51 +00:00

Fix minor bug in wallet-tool wrapper script (it sucks anyway)

This commit is contained in:
Mike Hearn 2012-07-05 16:01:44 +02:00
parent ac3fc068d0
commit 26912547ce

View File

@ -8,7 +8,7 @@ if [ ! -e target/bitcoinj-tools-*.jar ] || [[ "$ALWAYS_BUILD_WALLETTOOL" != "" ]
cd ../core
mvn install -DskipTests
cd ../tools
rm target/bitcoinj-tools-*.jar
[ -e target/bitcoinj-tools-*.jar ] && rm target/bitcoinj-tools-*.jar
mvn package -DskipTests
fi