summaryrefslogtreecommitdiffstats
path: root/.local/bin/queueandnotify
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/queueandnotify')
-rwxr-xr-x.local/bin/queueandnotify2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify
index 002c2a3..a54b13e 100755
--- a/.local/bin/queueandnotify
+++ b/.local/bin/queueandnotify
@@ -3,7 +3,7 @@
# Podboat sucks. This script replaces it.
# It reads the newsboat queue, queuing downloads with taskspooler.
# It also removes the junk from extentions.
-queuefile="${XDG_DATA_HOME:$HOME/.local/share}/newsboat/queue"
+queuefile="${XDG_DATA_HOME:-$HOME/.local/share}/newsboat/queue"
while read -r line; do
[ -z "$line" ] && continue