From 9e783ca031a83f7d345fc0adc65ca0313fca7b3b Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 12 Apr 2001 02:46:05 +0000 Subject: pixel sux --- 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 52bdb5802..104b139c5 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -424,7 +424,7 @@ sub load_po { -e ($f = "$_/po/$lang.po.bz2") and last foreach @INC; if (-e $f) { open $F, "$ENV{LD_LOADER} bzip2 -dc $f 2>/dev/null |"; - } else { + } elsif (!$::isStandalone) { require install_any; $F = install_any::getFile("Mandrake/mdkinst/usr/bin/perl-install/po/$lang.po"); } -- cgit v1.2.1