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:
parent
ac3fc068d0
commit
26912547ce
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user