summaryrefslogtreecommitdiff
path: root/tools/voicecommon.sh
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-06 11:19:14 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-06 11:19:14 +0000
commit519461c7640656cce36eb2819041620c993a9d71 (patch)
tree9e25907833063bc3529776f56fbfe6e563e2a279 /tools/voicecommon.sh
parenta895738b603be6002dc2a4e805008f695f2c3d91 (diff)
downloadrockbox-519461c7640656cce36eb2819041620c993a9d71.tar.gz
rockbox-519461c7640656cce36eb2819041620c993a9d71.zip
Another POSIX fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11447 a1c6a512-1295-4272-9138-f99709370657
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