]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make a sed script in doc/arm/Makefile.in portable
authorMichał Kępień <michal@isc.org>
Thu, 20 Feb 2020 11:23:36 +0000 (12:23 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 20 Feb 2020 11:24:15 +0000 (12:24 +0100)
commit19be2e7efac19bed0f58cb890cbb36787d3343c0
tree38f2dc5269fbbbe8a6b530999b34e5ae5fdf73fd
parent0dfa6afa0982952ee255ba1be21e052c6b9f3875
Make a sed script in doc/arm/Makefile.in portable

BSD sed does not recognize \s as a whitespace matching token.  Make the
sed script in doc/arm/Makefile.in which ensures GitLab identifiers are
not split across lines portable by replacing \s with [[:space:]].

(cherry picked from commit b25e6b51f6e16c983ab7c0f5cd8187bdd197b8d3)
doc/arm/Makefile.in