Update 2023-02-22 08:18 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-02-22 08:18:57 +01:00
parent 5b2f60e6e5
commit 1d3ee78382
8 changed files with 63 additions and 83 deletions

View File

@@ -8,8 +8,9 @@ printf '\n---------------------------------------------------------------------\
grep -E 'Subject: |^Index|^RCS|^diff --git|^file +|^[-+]{3} ' "${1}"
printf '---------------------------------------------------------------------\n\n'
printf "Apply patch on path [defaults to /usr/ports]? "
printf "Apply patch on path? "
read -r _path
_path=$(dev-dirs $_path)
printf "Fix quoted-printable mangeled patch? [y/N]: "
read -r _qprint