diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-07-26 01:54:29 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-07-26 01:54:29 +0200 |
commit | 3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21 (patch) | |
tree | edc9eaeccf6e482c5c37a1376db1b34912b64d32 /CONTRIBUTING.md | |
parent | CONTRIBUTING.md: mention the clean patch guide (diff) | |
download | guru-3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21.tar.gz guru-3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21.tar.bz2 guru-3dbb6f90da7b02e3b85fb11e1f6b075c4f8e5d21.zip |
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>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |