summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-12-25 18:35:15 +0000
committerJens Arnold <amiconn@rockbox.org>2009-12-25 18:35:15 +0000
commit60012e195f852c1a3950281da63fcc4c080cf9ac (patch)
tree44173c85713d96cb45c000567ae4c7d5f4ddc241
parentb5ca489be9a56ac798280d31ae2b99ada1f25d98 (diff)
downloadrockbox-60012e195f852c1a3950281da63fcc4c080cf9ac.tar.gz
rockbox-60012e195f852c1a3950281da63fcc4c080cf9ac.zip
Make TTS options actually work (fix variable name).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24115 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 6dd5998be6..91082785d5 100755
--- a/tools/configure
+++ b/tools/configure
@@ -632,7 +632,7 @@ voiceconfig () {
632 632
633 # Read custom tts options from command line 633 # Read custom tts options from command line
634 if [ "$ARG_TTSOPTS" ]; then 634 if [ "$ARG_TTSOPTS" ]; then
635 TTS_OPTS="$ARG_TTS_OPTS" 635 TTS_OPTS="$ARG_TTSOPTS"
636 advopts="$advopts --ttsopts='$TTS_OPTS'" 636 advopts="$advopts --ttsopts='$TTS_OPTS'"
637 echo "$TTS_ENGINE options set to $TTS_OPTS" 637 echo "$TTS_ENGINE options set to $TTS_OPTS"
638 fi 638 fi