From 7f334ff4b902e7cfbc8cb824e59510b752e7a754 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 8 Apr 2020 19:06:11 -0400 Subject: oops, sed error --- .local/bin/queueandnotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/queueandnotify') 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 -- cgit v1.3.1