summaryrefslogtreecommitdiff
path: root/localmarkdown2sms
diff options
context:
space:
mode:
Diffstat (limited to 'localmarkdown2sms')
-rwxr-xr-xlocalmarkdown2sms3
1 files changed, 1 insertions, 2 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index ac8e699..fcd96a8 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -131,8 +131,7 @@ sub sendmsg {
unless ($DUMMY) {
print STDERR "Exec'ing \"...sendsms $phone ...\"\n" if ($DEBUG);
- system {'/usr/share/kannel/contrib/sendsms' } $phone, $msg;
- system {'/usr/share/kannel/contrib/sendsms' } $phone, $msg;
+ system '/usr/share/kannel/contrib/sendsms', $phone, $msg;
print STDERR "Done $desc\n" if ($DEBUG);
} else {
print STDERR "\n --> $phone: $desc\n";