14 | @@ -15,5 +15,5 @@ export RUN_UNIT_TESTS_SEQUENTIAL="true"
15 | export RUN_UNIT_TESTS="false"
16 | export GOAL="install"
17 | export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.2 v0.16.3 v0.17.2 v0.18.1 v0.19.1 v0.20.1"
18 | -export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-reduce-exports
19 | +export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-reduce-exports \
Does this change change behavior?
No, it doesn't. Why do you think so?
Ok, was just wondering if there is a difference.
More details.
Being quoted, the "$BITCOIN_CONFIG preserves the newline character.
Now it is treated as a line continuation.