summaryrefslogtreecommitdiff
path: root/etc/functions/newsbeuter
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/newsbeuter')
-rw-r--r--etc/functions/newsbeuter4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter
index 3756183..d010b82 100644
--- a/etc/functions/newsbeuter
+++ b/etc/functions/newsbeuter
@@ -2,11 +2,11 @@
## wrapper around newsbeuter to keep the feeds in sync
function __sync {
- if [[ $HOST != aneurysm ]] {
+ if [[ ${HOST} != aneurysm ]] {
unisync unison aneurysm .newsbeuter
}
}
__sync || return 1
-command newsbeuter $*
+command newsbeuter ${*}
__sync