From a6d9a75354688e1f0c837f0456078f7afe17fbd5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Apr 2001 14:49:03 +0000 Subject: translate the ``path'' in profile selection --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index b8937f29c..4725ed1e9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -595,7 +595,7 @@ sub reallyChooseGroups { (map {; my $old = $path; $path = $o->{compssUsers}{$_}{path}; - if_($old ne $path, { val => $path }), + if_($old ne $path, { val => translate($path) }), { val => \$val->{$_}, type => 'bool', -- cgit v1.2.1