From e02218b14f952753aa6ddc3b6cfb9a067732919e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Sep 2000 03:34:14 +0000 Subject: no_comment --- perl-install/install_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 074f8aff5..d60e922cb 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -273,7 +273,7 @@ sub setup_thiskind { } @l = map { $_->{description} } @l; while (1) { - my ($msg_type) = $type =~ /(.*)|/; + (my $msg_type = $type) =~ s/\|.*//; my $msg = @l ? [ _("Found %s %s interfaces", join(", ", @l), $msg_type), _("Do you have another one?") ] : -- cgit v1.2.1