summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index d253cc1c6..31ebe3fea 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -226,7 +226,7 @@ sub selectTimezone {
#- reload the system clock from the HW clock now we know the real timezone
local $ENV{TZ} = ':' . $o->{timezone}{timezone};
- run_program::run('hwclock', '--hctosys', '--noadjfile', ($t->{UTC} ? '--utc' : '--localtime'));
+ run_program::run('hwclock', '--hctosys', '--noadjfile', ($o->{timezone}{UTC} ? '--utc' : '--localtime'));
}
#------------------------------------------------------------------------------