forked from len0rd/rockbox
Some more quoting of program arguments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15650 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6512224ead
commit
d35d2d95ed
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ sub voicestring {
|
|||
}
|
||||
case "espeak" {
|
||||
# xxx: $tts_engine_opts isn't used
|
||||
$cmd = "espeak $tts_engine_opts -w $output";
|
||||
$cmd = "espeak $tts_engine_opts -w \"$output\"";
|
||||
print("> $cmd\n") if $verbose;
|
||||
open(ESPEAK, "| $cmd");
|
||||
print ESPEAK $string . "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue