Update 2024-12-14 16:17 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2024-12-14 16:17:20 +01:00
parent a9e21a78f6
commit 885b928622

View File

@ -9,9 +9,10 @@ printf '\n---------------------------------------------------------------------\
grep -E 'Subject: |^Index|^RCS|^diff --git|^file +|^[-+]{3} ' "${1}"
printf '---------------------------------------------------------------------\n\n'
printf "Apply patch on path? "
printf "Base path for the patch?\n"
printf "Example: /usr/ports or /usr/src\n"
printf ": "
read -r _path
_path="$(port-jump $_path | fzf)"
cd $_path
print "Using: $_path"