summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 216d514065..fefcc49a10 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -348,7 +348,7 @@ sub generateclips {
348 if ($existingids) { 348 if ($existingids) {
349 $idfile = $existingids; 349 $idfile = $existingids;
350 } else { 350 } else {
351 $cmd = "genlang -u -e=$english $langfile > $updfile"; 351 $cmd = "updatelang $english $langfile $updfile";
352 print("> $cmd\n") if $verbose; 352 print("> $cmd\n") if $verbose;
353 system($cmd); 353 system($cmd);
354 $cmd = "genlang -o -t=$target -e=$english $updfile 2>/dev/null > $idfile"; 354 $cmd = "genlang -o -t=$target -e=$english $updfile 2>/dev/null > $idfile";