From 6535237f6dad780781afb4bd4b085267ef4f71ce Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 7 May 2024 01:48:20 +0200 Subject: [PATCH] d --- filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter.sh b/filter.sh index 3d6105b..8154822 100755 --- a/filter.sh +++ b/filter.sh @@ -185,7 +185,7 @@ function filter_entries { marked_entries+=" $(echo "$unread_entries" | jq --arg url "$url" --arg suchbegriff "$suchbegriff" '.entries[] | select(.feed.site_url | ascii_downcase | contains($url)) | select(.content | ascii_downcase | contains($suchbegriff)) | .id' )" fi fi - done < <($MF_FILTERLIST) + done < <(MF_FILTERLIST) } function mark_as_read { # https://stackoverflow.com/questions/3869072/test-for-non-zero-length-string-in-bash-n-var-or-var