File tree 2 files changed +2
-2
lines changed
exonum-java-binding/core/rust/exonum-java
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ rm -rf testnet
52
52
mkdir testnet
53
53
54
54
# Delete the java_bindings library from the target/debug if any to prevent ambiguity in dynamic linking (ECR-3468)
55
- rm -f " ${EJB_ROOT} /core/rust/target/debug/libjava_bindings.*"
55
+ rm -f ${EJB_ROOT} /core/rust/target/debug/libjava_bindings.*
56
56
57
57
# Enable predefined native logging configuration,
58
58
# unless it is already set to any value (incl. null)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ mkdir testnet
54
54
trap " killall exonum-java" SIGINT SIGTERM EXIT
55
55
56
56
# Delete the java_bindings library from the target/debug if any to prevent ambiguity in dynamic linking (ECR-3468)
57
- rm -f " ${EJB_ROOT} /core/rust/target/debug/libjava_bindings.*"
57
+ rm -f ${EJB_ROOT} /core/rust/target/debug/libjava_bindings.*
58
58
59
59
# Configure and run nodes
60
60
node_count=$1
You can’t perform that action at this time.
0 commit comments