1
0
Fork 0
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:
Jonas Häggqvist 2007-11-16 21:33:24 +00:00
parent 6512224ead
commit d35d2d95ed

View file

@ -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";