summaryrefslogtreecommitdiff
path: root/tools/voicecommon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voicecommon.sh')
-rw-r--r--tools/voicecommon.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/voicecommon.sh b/tools/voicecommon.sh
index d6759d834b..9af7038a07 100644
--- a/tools/voicecommon.sh
+++ b/tools/voicecommon.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/dash
2# __________ __ ___. 2# __________ __ ___.
3# Open \______ \ ____ ____ | | _\_ |__ _______ ___ 3# Open \______ \ ____ ____ | | _\_ |__ _______ ___
4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / 4# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
@@ -249,7 +249,7 @@ voice() {
249 TO_SPEAK=$1 249 TO_SPEAK=$1
250 WAV_FILE=$2 250 WAV_FILE=$2
251 if [ ! -f "$WAV_FILE" ] || [ X$OVERWRITE_WAV = XY ]; then 251 if [ ! -f "$WAV_FILE" ] || [ X$OVERWRITE_WAV = XY ]; then
252 if [ "${TO_SPEAK}" == "" ]; then 252 if [ "${TO_SPEAK}" = "" ]; then
253 touch "$WAV_FILE" 253 touch "$WAV_FILE"
254 else 254 else
255 case $TTS_ENGINE in 255 case $TTS_ENGINE in