git-svn-id: http://emdebian.org/svn/current@7126 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 14 years ago
parent 45772b00e8
commit f014a1d21a

@ -335,7 +335,7 @@ chomp($str);
$str .= " " . join (' ', values %keyrings) . " "; $str .= " " . join (' ', values %keyrings) . " ";
chomp($str); chomp($str);
%uniq=(); %uniq=();
@s = split (' ', $str); @s = split (/ /, $str);
foreach my $a (@s) foreach my $a (@s)
{ {
$uniq{$a}++; $uniq{$a}++;

Loading…
Cancel
Save