summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-08 00:55:05 +0300
committerPaul Buetow <paul@buetow.org>2023-05-08 00:55:05 +0300
commit10bded3269bfbdb240f8afd210c80873fe34b12a (patch)
treed03691522d0157c3668301a3e16f681a08f53a4c
parentb0fcb38414310f0638efc703694067f23f7c0a28 (diff)
Make newer version of ShellCheck happy again
-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>