]> gitweb.fluxo.info Git - wrappers.git/commitdiff
Fix: news: skip all.opml
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Jan 2026 19:52:52 +0000 (16:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 2 Jan 2026 19:52:52 +0000 (16:52 -0300)
news

diff --git a/news b/news
index 67692401ed3238820568e9556d0e008a06fb2a24..6f0ee1651a2c78caffeaec2f40c8cc554216d2f2 100755 (executable)
--- a/news
+++ b/news
@@ -27,7 +27,7 @@ if [ -d "$HOME/apps/dotfiles/modules/feeds" ]; then
     base="`dirname $item | sed -e 's/^\.//'`"
 
     # Skip the sample
-    if [ "$name" = "sample" ]; then
+    if [ "$name" == "sample" ] || [ "$name" == "all" ]; then
       continue
     fi