CONTRIBUTING.md: mention to avoid colon ad sed separator

Closes: https://github.com/gentoo/guru/issues/34
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-26 01:54:29 +02:00
parent f8caf43251
commit 3dbb6f90da

View File

@@ -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.