From 60012e195f852c1a3950281da63fcc4c080cf9ac Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 25 Dec 2009 18:35:15 +0000 Subject: Make TTS options actually work (fix variable name). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24115 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 6dd5998be6..91082785d5 100755 --- a/tools/configure +++ b/tools/configure @@ -632,7 +632,7 @@ voiceconfig () { # Read custom tts options from command line if [ "$ARG_TTSOPTS" ]; then - TTS_OPTS="$ARG_TTS_OPTS" + TTS_OPTS="$ARG_TTSOPTS" advopts="$advopts --ttsopts='$TTS_OPTS'" echo "$TTS_ENGINE options set to $TTS_OPTS" fi -- cgit v1.2.3