summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-10-29 04:20:54 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-10-29 04:20:54 +0100
commitb4c6dd48038da881074f6950f1e35d1f6eacc888 (patch)
treedef166419e11c6d212cb8814511de1451ce47971
parentbbc3c593f3b186e4cb6c4a88e845c08842cd43b7 (diff)
downloadbootloader-theme-b4c6dd48038da881074f6950f1e35d1f6eacc888.tar
bootloader-theme-b4c6dd48038da881074f6950f1e35d1f6eacc888.tar.gz
bootloader-theme-b4c6dd48038da881074f6950f1e35d1f6eacc888.tar.bz2
bootloader-theme-b4c6dd48038da881074f6950f1e35d1f6eacc888.tar.xz
bootloader-theme-b4c6dd48038da881074f6950f1e35d1f6eacc888.zip
fix running with perl-5.22
-rwxr-xr-xpo/bin/po2txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/bin/po2txt b/po/bin/po2txt
index ba29001..d4e2ab5 100755
--- a/po/bin/po2txt
+++ b/po/bin/po2txt
@@ -146,7 +146,7 @@ sub read_texts
$txt_miss{$_} = 1 unless exists $txt_list{$_};
}
- if(defined(%txt_miss) || defined(%txt_unknown) || defined(%txt_multi)) {
+ if(%txt_miss || %txt_unknown || %txt_multi) {
print STDERR "$lang:\n";
for (sort keys %txt_miss) {
print STDERR " missing: $_\n"