mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-15 20:07:19 +00:00
Fix minor bug in wallet-tool wrapper script (it sucks anyway)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user