feat(1.110): update patches (#2715)

This commit is contained in:
Baptiste Augrain
2026-02-27 16:34:05 +01:00
committed by GitHub
parent 1dec128c07
commit ccd71421da
12 changed files with 479 additions and 513 deletions

View File

@@ -119,6 +119,7 @@ check_file() {
fi
while [[ -n "$( find . -name '*.rej' -print )" ]]; do
find . -name '*.rej' -print
read -rp "Press any key when the conflict have been resolved..." -n1 -s
echo
done