From 7b2ac4a48e5c4512de208ba4fbb00409a0f7e252 Mon Sep 17 00:00:00 2001 From: j-hc Date: Tue, 17 Oct 2023 19:43:53 +0300 Subject: [PATCH] update-config correction --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1537be6..cdb6683 100755 --- a/build.sh +++ b/build.sh @@ -191,7 +191,7 @@ log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)" log "\nChangelog:" log "$(cat $TEMP_DIR/*-rv/changelog.md)" -SKIPPED=$(grep -F "Patches: " <<<"$PREV_BUILDMD" | grep -vE "$(grep -F "Patches: " build.md | cut -d/ -f1 | sed 's/ //g' | paste -sd '~' | sed 's;~;|;g')" || :) +SKIPPED=$(sed '/Skipped:/,$d' <<<"$PREV_BUILDMD" | grep -F "Patches: " | grep -vE "$(grep -F "Patches: " build.md | cut -d/ -f1 | sed 's/ //g' | paste -sd '~' | sed 's;~;|;g')" || :) if [ -n "$SKIPPED" ]; then log "\nSkipped:" log "$SKIPPED"