From eb53575902c0282896e92d7d6d76a89bca420e5a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 9 Nov 1999 18:13:02 +0000 Subject: *** empty log message *** --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 445a134c5..aa2bf1e3c 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -178,7 +178,7 @@ sub load_po($) { -e ($f = "$_") and last foreach @INC; $f = commands::install_cpio("$f/po", "$lang.po"); } - local *F; open F, $f or return; + local *F; open F, $f; #- not returning here help avoiding reading the same multiple times. foreach () { /^msgstr/ and $state = 1; /^msgid/ && !$fuzzy and $state = 2; -- cgit v1.2.1