From e93fa21721642b1d0af3d98ba53e0cae0fbf0afb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 24 Sep 2010 17:03:51 +0200 Subject: Fix syntax error in go/so. --- localkannel-dispatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localkannel-dispatch') diff --git a/localkannel-dispatch b/localkannel-dispatch index f342721..00f7f5c 100755 --- a/localkannel-dispatch +++ b/localkannel-dispatch @@ -241,7 +241,7 @@ and (if included) send MSG to subscribers." esac # FIXME: Avoid hardcoding national prefix while targetphone="$(echo "$1" | perl -pe 's/^(?=[^+])/+36/;' -e '/^\+\d+$/ or exit 1;')"; do - targetphones="${$targetphones:+$targetphones }$targetphone" + targetphones="${targetphones:+$targetphones }$targetphone" shift # Sanity check -- cgit v1.2.3