summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 762e1c814..b6995e80b 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -343,6 +343,7 @@ sub main {
install_steps_auto_install::errorInStep();
};
$ENV{PERL_BADLANG} = 1;
+ umask 022;
$::isInstall = 1;
$::expert = $::g_auto_install = 0;
@@ -546,7 +547,6 @@ sub main {
MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep()) {
$o->{steps}{$o->{step}}{entered}++;
$o->enteringStep($o->{step});
- log::l("umask is ", umask());
eval {
&{$install2::{$o->{step}}}($clicked, $o->{steps}{$o->{step}}{entered});
};