Shellcheck (#676)

Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
This commit is contained in:
JameyBear
2020-06-01 15:29:57 -04:00
committed by GitHub
parent 87b0754319
commit f820ccf4dd
16 changed files with 26 additions and 26 deletions

View File

@@ -2,6 +2,6 @@
# entr command to run `queueandnotify` when newsboat queue is changed
[ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit
[ "$(pgrep -x "$(basename "$0")" | wc -l)" -gt 2 ] && exit
echo ${XDG_DATA_HOME:-$HOME/.local/share}/newsboat/queue | entr -p queueandnotify 2>/dev/null
echo "${XDG_DATA_HOME:-$HOME/.local/share}"/newsboat/queue | entr -p queueandnotify 2>/dev/null