diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 5ae7bc6c9..31e6b4373 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -955,8 +955,6 @@ sub acceptLicense { # we do not handle links: $release_notes =~ s!<a href=".*?">(.*?)</a>!$1!g; - return if $o->{useless_thing_accepted}; - my $r = $::testing ? 'Accept' : 'Refuse'; $o->ask_from_({ title => N("License agreement"), |