summaryrefslogtreecommitdiff
path: root/lib/atomfeed.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-25 20:08:41 +0300
committerPaul Buetow <paul@buetow.org>2023-05-25 20:08:41 +0300
commit3eae6a19aafd77ef5c928d60621529b58797b2f6 (patch)
tree3af8d524a9da1129260a765c1f5598c3203134da /lib/atomfeed.source.sh
parentf4e43219ae107b7ddbd8fbb1c7238d03530a8b11 (diff)
parent92b8b8721700cd47d7fef2ba64f166f45c797ca2 (diff)
Merge branch 'develop' of codeberg.org:snonux/gemtexter into develop
Diffstat (limited to 'lib/atomfeed.source.sh')
-rw-r--r--lib/atomfeed.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomfeed.source.sh b/lib/atomfeed.source.sh
index cc810d1..079c2fb 100644
--- a/lib/atomfeed.source.sh
+++ b/lib/atomfeed.source.sh
@@ -74,7 +74,7 @@ ATOMHEADER
while read -r gmi_file; do
atomfeed::_entry "$gemfeed_dir" "$gmi_file" "$atom_file.tmp"
- done < <(gemfeed::get_posts | head -n $ATOM_MAX_ENTRIES)
+ done < <(gemfeed::get_posts | head -n "$ATOM_MAX_ENTRIES")
cat <<ATOMFOOTER >> "$atom_file.tmp"
</feed>