From 519461c7640656cce36eb2819041620c993a9d71 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Mon, 6 Nov 2006 11:19:14 +0000 Subject: Another POSIX fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11447 a1c6a512-1295-4272-9138-f99709370657 --- tools/voicecommon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/voicecommon.sh') 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 @@ -#!/bin/sh +#!/bin/dash # __________ __ ___. # Open \______ \ ____ ____ | | _\_ |__ _______ ___ # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / @@ -249,7 +249,7 @@ voice() { TO_SPEAK=$1 WAV_FILE=$2 if [ ! -f "$WAV_FILE" ] || [ X$OVERWRITE_WAV = XY ]; then - if [ "${TO_SPEAK}" == "" ]; then + if [ "${TO_SPEAK}" = "" ]; then touch "$WAV_FILE" else case $TTS_ENGINE in -- cgit v1.2.3