From 1d51348204bb784ad4e6e46a882bd8b7e6a7f74c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:51:13 +0000 Subject: (type_names) perl_checker cleanup --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 74c4a5a0b..18c4f56dd 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -189,7 +189,7 @@ sub type_names { push @l, sort @{$type_names{other}} if $expert; if ($o_hd && !$o_hd->use_pt_type) { @l = grep { $type_name2fs_type{$_} } @l; - @l = uniq_ { $type_name2fs_type{$_[0]} } @l; + @l = uniq_ { $type_name2fs_type{$_} } @l; (@l, @{$type_names{non_fs_type}}); } else { @l; -- cgit v1.2.1