summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-19 12:44:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-19 12:44:08 +0000
commitcbe19b4da0b447adc8d9ceb9de3a55341df7f106 (patch)
tree01c34820c9eace560b84aae1f06c9574980c507b /perl-install/any.pm
parent678dbcad7e400317fc0455f247a201855f4c91ce (diff)
downloaddrakx-backup-do-not-use-cbe19b4da0b447adc8d9ceb9de3a55341df7f106.tar
drakx-backup-do-not-use-cbe19b4da0b447adc8d9ceb9de3a55341df7f106.tar.gz
drakx-backup-do-not-use-cbe19b4da0b447adc8d9ceb9de3a55341df7f106.tar.bz2
drakx-backup-do-not-use-cbe19b4da0b447adc8d9ceb9de3a55341df7f106.tar.xz
drakx-backup-do-not-use-cbe19b4da0b447adc8d9ceb9de3a55341df7f106.zip
move {useless_thing_accepted} special case in install
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
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"),