summaryrefslogtreecommitdiffstats
path: root/modules/zeit
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 04:28:49 +0200
committerroot <root@shack.(none)>2010-05-07 04:28:49 +0200
commitc83842518c14a7c258e06baf9fe45a93b5d159e8 (patch)
tree7e9ffc99009225c302c87b24b497c6649351ef24 /modules/zeit
parentd8b74770d5ed5e724c9c145dbb894cbb2ec99acb (diff)
zeit: use /espeak instead of $default_command
Diffstat (limited to 'modules/zeit')
-rwxr-xr-xmodules/zeit4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/zeit b/modules/zeit
index 75ffc20a..4c41fa10 100755
--- a/modules/zeit
+++ b/modules/zeit
@@ -9,10 +9,10 @@ case "$1" in
M=`date +%M|sed 's/0*//'`
echo /set pitch 10
case "$lang" in
- (de|'') echo " Es ist $k Uhr $M" >$NOISE_linefeed ;;
+ (de|'') echo "/espeak Es ist $k Uhr $M" ;;
(en|*-en)
test -z "$M" || M="and $M minutes"
- echo " It is $k o clock $M" >$NOISE_linefeed ;;
+ echo "/espeak It is $k o clock $M" ;;
(*) echo "Error: unsupported lang = $lang" >&2
esac
echo /set pitch ${noise_pitch-100}