diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 6dd5998..9108278 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 |