mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Fix minor bug in wallet-tool wrapper script (it sucks anyway)
This commit is contained in:
parent
ac3fc068d0
commit
26912547ce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue