Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:suddenfall/po4a
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed May 28, 2023
2 parents d012cb4 + 1dcd8bf commit d73aa07
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 d73aa07

Please sign in to comment.