aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rwxr-xr-xnews2
1 files changed, 1 insertions, 1 deletions
diff --git a/news b/news
index 6769240..6f0ee16 100755
--- 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