Skip to content

Commit ed65719

Browse files
committed
merge bitcoin#23557: remove Bashism
1 parent e2a83f9 commit ed65719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ if test x$bitcoin_enable_qt != xno; then
19831983
echo " with qr = $use_qr"
19841984
fi
19851985
echo " with zmq = $use_zmq"
1986-
if test x$enable_fuzz == xno; then
1986+
if test x$enable_fuzz = xno; then
19871987
echo " with test = $use_tests"
19881988
else
19891989
echo " with test = not building test_dash because fuzzing is enabled"

0 commit comments

Comments
 (0)