Skip to content

Commit

Permalink
Bugfix for issue #408
Browse files Browse the repository at this point in the history
Also see #408
  • Loading branch information
suddenfall authored May 9, 2023
1 parent 23c7c20 commit 1dcd8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po4a
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ if ( $po4a_opts{"split"} ) {
mkdir $dir or die wrap_msg( gettext("Cannot create directory '%s': %s"), $dir, $! );
}
my $outfile = $po4a_opts{"force"} ? find_output_file($master_pot) : $tmp_file;
my $cmd = "msggrep$Config{_exe} $split_pot_files{$master_pot} -o $outfile $pot_filename";
my $cmd = "msggrep$Config{_exe} $split_pot_files{$master_pot} -o $outfile $pot_filename --force-po";
run_cmd($cmd);

die wrap_msg(
Expand Down

0 comments on commit 1dcd8bf

Please sign in to comment.