diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 8e654cb76..c1a47d33d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -103,7 +103,7 @@ sub selectMouse { my ($clicked, $ent_number, $auto) = @_; require pkgs; - my ($first_time) = $ent_number == 1; + my $first_time = $ent_number == 1; installStepsCall($o, $auto, 'selectMouse', !$first_time || $clicked); |