shellcheck saves the day
In tools/check-bitcoin-only line 9:
RETURN=1
^----^ SC2030: Modification of RETURN is local (to subshell caused by pipeline).
In tools/check-bitcoin-only line 13:
exit $RETURN
^-----^ SC2031: RETURN was modified in a subshell. That change might be lost.