]> 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:28 +0000 (12:24 +0100)
commit2b0734909826bbb20f7eef9bfe363f981e9722c5
tree4504948a7fe01595f2683a4747647ff3f9e92ad8
parent7eb9446e245176506ac5c80216d1a4758c1dc4ff
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