diff options
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 05424c9a5..d66abcaef 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -718,7 +718,7 @@ sub acceptLicense { $o->{release_notes} = join("\n\n", map { my $f = install_any::getFile($_); $f && cat__($f); - } 'release-notes.txt', 'release-notes.' . arch() . '.txt'); + } 'release-notes.txt', 'release-notes.' . arch() . '.txt') if $::isInstall; return if $o->{useless_thing_accepted}; |