1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:17:34 +00:00

Ports: Skip Co-Authored-By lines when generating patch ReadMes

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:39:21 +04:30 committed by Ali Mohammad Pur
parent dcf8385e5b
commit 3a879faba6

View file

@ -665,7 +665,7 @@ do_generate_patch_readme() {
{ {
echo "## \`$patch\`" echo "## \`$patch\`"
echo echo
cat "$tempdir/$patch.desc" sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
echo echo
} >> ReadMe.md } >> ReadMe.md
count=$((count + 1)) count=$((count + 1))