summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 22a98c1d3c..dbbebd1262 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -225,7 +225,7 @@ sub voicestring {
225 } 225 }
226 case "espeak" { 226 case "espeak" {
227 # xxx: $tts_engine_opts isn't used 227 # xxx: $tts_engine_opts isn't used
228 $cmd = "espeak $tts_engine_opts -w $output"; 228 $cmd = "espeak $tts_engine_opts -w \"$output\"";
229 print("> $cmd\n") if $verbose; 229 print("> $cmd\n") if $verbose;
230 open(ESPEAK, "| $cmd"); 230 open(ESPEAK, "| $cmd");
231 print ESPEAK $string . "\n"; 231 print ESPEAK $string . "\n";