rgb-cln/tools
ZmnSCPxj e6de41b468 tools/rel.sh: Make POSIXLY compatible.
Fixes: #1221

We were using `\x0` to match NUL chars in the input (on the
assumption that NUL chars are "impossible" for decent LFS-compliant
systems).
However `\x0` is a GNUism.
Use the `\n` and the newline character, which is supported by (most)
POSIX sed.
2018-03-16 01:50:26 +00:00
..
check-bolt.c Fix typos 2018-01-28 13:53:39 +01:00
check-markdown.sh Add consistency check for dependencies listed in README.md and doc/INSTALL.md 2018-01-19 10:11:19 +00:00
check-spelling.sh check-spelling: don't paginate, and give file and line. 2018-02-01 14:40:31 +01:00
generate-wire.py Fix variable typo in generate-wire.py 2018-02-24 11:44:32 +01:00
mockup.sh update-mocks: allow it to handle missing notleak_ 2017-12-20 12:43:10 +01:00
rel.sh tools/rel.sh: Make POSIXLY compatible. 2018-03-16 01:50:26 +00:00
update-mocks.sh update-mocks: move mock generation into tools/, fix and generalize. 2017-09-03 02:01:54 +02:00