Make TTS options actually work (fix variable name).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24115 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-12-25 18:35:15 +00:00
parent b5ca489be9
commit 60012e195f

2
tools/configure vendored
View file

@ -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