summaryrefslogtreecommitdiffhomepage
path: root/build/i18n-po2lua.pl
diff options
context:
space:
mode:
Diffstat (limited to 'build/i18n-po2lua.pl')
-rwxr-xr-xbuild/i18n-po2lua.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/i18n-po2lua.pl b/build/i18n-po2lua.pl
index 8466fd989..c57198fd5 100755
--- a/build/i18n-po2lua.pl
+++ b/build/i18n-po2lua.pl
@@ -31,7 +31,7 @@ if( open F, "find $source_dir -type f -name '*.po' |" )
my ( $k, $v );
- while( chomp( my $line = readline L ) )
+ while( chomp( my $line = readline L ) || ( defined($k) && defined($v) ) )
{
if( $line =~ /^msgid "(.+)"/ )
{