commit: e7c99c7ac850d141c498368274dbff9ea43c6d83 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 23:07:10 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 23:13:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c99c7a
eclass/fixheadtails: fixup documentation Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> eclass/fixheadtails.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index 475b182843a..23f14692d5c 100644 --- a/eclass/fixheadtails.eclass +++ b/eclass/fixheadtails.eclass @@ -8,6 +8,11 @@ # Original author John Mylchreest <[email protected]> # @BLURB: functions to replace obsolete head/tail with POSIX compliant ones +# @FUNCTION: _do_sed_fix +# @INTERNAL +# @DESCRIPTION: +# Please document me + _do_sed_fix() { einfo " - fixed $1" sed -i \
