diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-10-29 04:20:54 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-10-29 04:20:54 +0100 |
commit | b4c6dd48038da881074f6950f1e35d1f6eacc888 (patch) | |
tree | def166419e11c6d212cb8814511de1451ce47971 /po/bin | |
parent | bbc3c593f3b186e4cb6c4a88e845c08842cd43b7 (diff) | |
download | bootloader-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
Diffstat (limited to 'po/bin')
-rwxr-xr-x | po/bin/po2txt | 2 |
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" |