summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-01 15:25:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-01 15:25:57 +0000
commit4799bc7d0f1e3cabb0396f47ec356b8e478c1b97 (patch)
tree884bb108e7da6b50ed0dfdc8b225835cb5265e5f /perl-install/any.pm
parentea89b723b8ebd1b25a194097b10516427afa2c0e (diff)
downloaddrakx-backup-do-not-use-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar
drakx-backup-do-not-use-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.gz
drakx-backup-do-not-use-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.bz2
drakx-backup-do-not-use-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.xz
drakx-backup-do-not-use-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.zip
no_comment
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index eb6eee009..132e72831 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -433,7 +433,7 @@ sub setup_thiskind {
}
@l = map { $_->{description} } @l;
while (1) {
- my ($msg_type) = $type =~ s/\|.*//;
+ (my $msg_type = $type) =~ s/\|.*//;
my $msg = @l ?
[ _("Found %s %s interfaces", join(", ", @l), $msg_type),
_("Do you have another one?") ] :