Disable SC2002
Some checks are pending
sourcezap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-10 00:38:10 -03:00
parent 2ec8592058
commit 2c57630399

View file

@ -16,6 +16,7 @@ sharedir="${localbase}"/share/sourcezap
# main # main
src="${sharedir}"/doas.conf src="${sharedir}"/doas.conf
dest="${localbase}"/etc/doas.conf dest="${localbase}"/etc/doas.conf
# shellcheck disable=SC2002
cat "${src}" | cat "${src}" |
while read -r line; do while read -r line; do
if grep -q "${line}" "${dest}"; then if grep -q "${line}" "${dest}"; then