From f0f3c02a3ccde07d3dc79577c7eca41ea3e8e86f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Apr 2010 11:32:38 +0200 Subject: Replace $var by ${var} --- etc/functions/newsbeuter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/functions/newsbeuter') 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 -- cgit v1.2.3