diff options
Diffstat (limited to 'perl-install/install/install2.pm')
| -rw-r--r-- | perl-install/install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 5d7c21f27..d253cc1c6 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -199,7 +199,7 @@ sub selectTimezone { #- Read the existing settings. But we will still ask the user, in case #- they are wrong. my $root_part = fs::get::mntpoint2part('/', $o->{fstab}); - if ($root_part && eval{ fs::mount::mount(fs::wild_device::from_part('', $root_part), $::prefix, $root_part->{fs_type}, 'ro') }) { + if ($root_part && eval { fs::mount::mount(fs::wild_device::from_part('', $root_part), $::prefix, $root_part->{fs_type}, 'ro') }) { if (my $tz = timezone::read()) { add2hash($o->{timezone}, $tz); $o->{timezone}{ntp} = timezone::ntp_pool(); |
