1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 20:32:26 +00:00
This commit is contained in:
deadc0de6
2023-01-28 10:45:45 +01:00
committed by deadc0de
parent 2f1bbeacee
commit 0c3fe55d47
5 changed files with 19 additions and 18 deletions

View File

@@ -104,6 +104,7 @@ echo "tail" >> "${tmpd}"/abc
set +e
patch=$(cd "${ddpath}" | ${bin} update -P -p p1 -k f_abc --cfg "${cfg}" 2>&1 | grep 'try patching with' | sed 's/"//g')
set -e
# shellcheck disable=SC2001
patch=$(echo "${patch}" | sed 's/^.*: //g')
echo "patching with: ${patch}"
eval "${patch}"