We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4b9c8 commit f2488fbCopy full SHA for f2488fb
Makefile
@@ -243,7 +243,7 @@ check-makefile:
243
244
# Any mention of BOLT# must be followed by an exact quote, modulo whitespace.
245
bolt-check/%: % bolt-precheck tools/check-bolt
246
- @if [ -d .tmp.lightningrfc ]; then tools/check-bolt .tmp.lightningrfc $<; else Not checking BOLTs: BOLTDIR $(BOLTDIR) does not exist >&2; fi
+ @if [ -d .tmp.lightningrfc ]; then tools/check-bolt .tmp.lightningrfc $<; else echo "Not checking BOLTs: BOLTDIR $(BOLTDIR) does not exist" >&2; fi
247
248
LOCAL_BOLTDIR=.tmp.lightningrfc
249
0 commit comments