]> Savannah Git Hosting - gnulib.git/commit
gen-header: port to BusyBox ‘sed’
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jan 2022 23:30:38 +0000 (15:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jan 2022 23:33:28 +0000 (15:33 -0800)
commit75541c6adaf6fc45541a35d2c8803b9b68f2a7fc
treefc8bdce9d8e501746dd2a54e2ec6cd75937c37dd
parent734950a9ed086333f3cbd616438e6f3b0c29d6e2
gen-header: port to BusyBox ‘sed’

Problem reported by Tim Rühsen in:
https://lists.gnu.org/r/bug-gnulib/2022-01/msg00004.html
* modules/gen-header (SED_HEADER_NOEDIT): Replace instead of prepend.
(SED_HEADER_STDOUT, SED_HEADER_TO_AT_t): Adjust to that change.
Do not use ‘w foo’ twice in the same script, as BusyBox ‘sed’
mistakenly opens ‘foo’ for output twice, thus losing some output.
ChangeLog
modules/gen-header