commit: 3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Jul 25 23:54:29 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Jul 25 23:54:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dbb6f90
CONTRIBUTING.md: mention to avoid colon ad sed separator Closes: https://github.com/gentoo/guru/issues/34 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2719cc93b..c796af744 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,3 +91,7 @@ The same holds for optional runtime dependencies. It is not necessary to introdu - #### Clean your patches See the [dev manual](https://devmanual.gentoo.org/ebuild-writing/misc-files/patches/#clean-patch-howto) for a guide on how to write clean patches + +- #### Avoid colon as a sed delimiter + +As seen in https://bugs.gentoo.org/685160 colon as a sed delimiter can break \*FLAGS. You must not use it to modify \*FLAGS, better if you avoid using it completely.
