Fixing non-free software link removal patch. Adding feature to replace they/them/their.

This commit is contained in:
q
2026-02-15 17:23:19 -05:00
parent 29e80e9148
commit 6dedff6a1f
7 changed files with 60 additions and 51 deletions

View File

@@ -36,4 +36,4 @@ patch_content=$(cat << EOF
EOF
)
(cd "${1}" && echo "${patch_content}" | patch -p1) || error
(cd "${1}" && echo "${patch_content}" | patch --forward -p1) || error