summaryrefslogtreecommitdiffstats
path: root/kachelmann
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-19 18:20:28 +0200
committerroot <root@krebs>2011-08-19 18:20:28 +0200
commit95f12b7f3aeaf4577d8a1415c0dca07a1e62bb13 (patch)
treec03b62d8933cef3acceccb5aaa3626e792642cac /kachelmann
parent176407e63801e8681608d0bf0ebfe6bb809c56b9 (diff)
minor bug fix
Diffstat (limited to 'kachelmann')
-rwxr-xr-xkachelmann/changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/kachelmann/changes b/kachelmann/changes
index d2f1c740..22116967 100755
--- a/kachelmann/changes
+++ b/kachelmann/changes
@@ -13,7 +13,7 @@ while (1) {
$data_old = $data_new;
$data_new = $condition_store;
if($data_new ne $data_old){
- system("espeak \"Das Wetter hat sich von $data_old in $data_new verändert\n\");
+ system("espeak \"Das Wetter hat sich von $data_old in $data_new verändert\n\"");
}
sleep 300;
}