From f4e805e54111417027605523f3ab420895aa7f80 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 28 Sep 2007 16:18:53 +0000 Subject: i don't like \1 :) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 5f009a66b..c19402ac9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -895,7 +895,7 @@ sub acceptLicense { } 'release-notes.html', 'release-notes.' . arch() . '.html'); # we do not handle links: - $o->{release_notes} =~ s!(.*?)!\1!g; + $o->{release_notes} =~ s!(.*?)!$1!g; return if $o->{useless_thing_accepted}; -- cgit v1.2.1