commit | 208db781cad4c24f538658a9cb17e24fa43ca3c9 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Sun Jan 08 19:11:27 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 14 16:47:15 2017 -0500 |
tree | 3a40865e83c2f657a287fe19fb64dca6750ef515 | |
parent | f19f1315039c1deb83bc321fbef1113cdaa435d1 [diff] |
Avoid non-portable sed construct Using \n in a substitution is a GNU extension. Use the 'G" command instead to insert the desired line. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>