View | Details | Raw Unified | Return to bug 12081
Collapse All | Expand All

(-)a/misc/translator/tmpl_process3.pl (-5 / +4 lines)
Lines 353-360 if ($action eq 'create') { Link Here
353
    error_normal "Text extraction failed: $xgettext: $!\n", undef;
353
    error_normal "Text extraction failed: $xgettext: $!\n", undef;
354
    error_additional "Will not run msgmerge\n", undef;
354
    error_additional "Will not run msgmerge\n", undef;
355
    }
355
    }
356
#   unlink $tmpfile1 || warn_normal "$tmpfile1: unlink failed: $!\n", undef;
356
    unlink $tmpfile1 || warn_normal "$tmpfile1: unlink failed: $!\n", undef;
357
#   unlink $tmpfile2 || warn_normal "$tmpfile2: unlink failed: $!\n", undef;
357
    unlink $tmpfile2 || warn_normal "$tmpfile2: unlink failed: $!\n", undef;
358
358
359
} elsif ($action eq 'update') {
359
} elsif ($action eq 'update') {
360
    my($tmph1, $tmpfile1) = tmpnam();
360
    my($tmph1, $tmpfile1) = tmpnam();
Lines 386-393 if ($action eq 'create') { Link Here
386
        error_normal "Text extraction failed: $xgettext: $!\n", undef;
386
        error_normal "Text extraction failed: $xgettext: $!\n", undef;
387
        error_additional "Will not run msgmerge\n", undef;
387
        error_additional "Will not run msgmerge\n", undef;
388
    }
388
    }
389
#   unlink $tmpfile1 || warn_normal "$tmpfile1: unlink failed: $!\n", undef;
389
    unlink $tmpfile1 || warn_normal "$tmpfile1: unlink failed: $!\n", undef;
390
#   unlink $tmpfile2 || warn_normal "$tmpfile2: unlink failed: $!\n", undef;
390
    unlink $tmpfile2 || warn_normal "$tmpfile2: unlink failed: $!\n", undef;
391
391
392
} elsif ($action eq 'install') {
392
} elsif ($action eq 'install') {
393
    if(!defined($out_dir)) {
393
    if(!defined($out_dir)) {
394
- 

Return to bug 12081