mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 20:32:26 +00:00
linting
This commit is contained in:
1
tests-ng/update-templates.sh
vendored
1
tests-ng/update-templates.sh
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user