diff options
-rw-r--r-- | perl-install/any.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e265ecefb..7ffa03be2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -931,7 +931,8 @@ sub acceptLicense { [ { label => N("Do you accept this license ?") }, - { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } } ]) + { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } }, + ]) or reboot($o); } |