mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user