summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-11-21 18:17:36 +0000
committerPaul Buetow <paul@buetow.org>2022-11-21 18:17:36 +0000
commit9a92749dd2a645a06fc342e572a20d35d10762fa (patch)
treebe958f8f2f06cf66e8b29cfa7276ee9f6f3abe0e /lib
parent4c4f379ea616eeec320ec27776c739fadf70d2da (diff)
default content filter is .
Diffstat (limited to 'lib')
-rw-r--r--lib/gemfeed.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gemfeed.source.sh b/lib/gemfeed.source.sh
index 6cb9a5a..d45e22c 100644
--- a/lib/gemfeed.source.sh
+++ b/lib/gemfeed.source.sh
@@ -3,7 +3,7 @@ gemfeed::get_posts () {
local -r gemfeed_dir="$CONTENT_BASE_DIR/gemtext/gemfeed"
local -r gmi_pattern='^[0-9]{4}-[0-9]{2}-[0-9]{2}-.*\.gmi$'
- ls "$gemfeed_dir" | $GREP -f -v DRAFT- | $GREP -E "$gmi_pattern" | sort -r
+ ls "$gemfeed_dir" | $GREP -F -v DRAFT- | $GREP -E "$gmi_pattern" | sort -r
}
# Add the links from gemfeed/index.gmi to the main index site.