summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-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