tweak
git-svn-id: http://emdebian.org/svn/current@7126 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
45772b00e8
commit
f014a1d21a
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ chomp($str);
|
|||
$str .= " " . join (' ', values %keyrings) . " ";
|
||||
chomp($str);
|
||||
%uniq=();
|
||||
@s = split (' ', $str);
|
||||
@s = split (/ /, $str);
|
||||
foreach my $a (@s)
|
||||
{
|
||||
$uniq{$a}++;
|
||||
|
|
Loading…
Reference in a new issue