From 49e2c7fdc0fa9474357ae51ea56629e516993c85 Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Sun, 23 Jan 2022 15:11:08 +0300 Subject: [PATCH] DEBUG --- lib/compilation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compilation.sh b/lib/compilation.sh index 7f4ed426e3..8d5b720ea0 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -933,6 +933,7 @@ process_patch_file() lsdiff -s --strip=1 "${patch}" | grep '^+' | awk '{print $2}' | xargs -I % sh -c 'rm -f %' echo "Processing file $patch" >> "${DEST}"/${LOG_SUBPATH}/patching.log + echo "$patch" >> "${DEST}"/${LOG_SUBPATH}/series.armbian.log patch --batch --silent -p1 -N < "${patch}" >> "${DEST}"/${LOG_SUBPATH}/patching.log 2>&1 if [[ $? -ne 0 ]]; then