diff --git a/multistrap b/multistrap index 99c4c50..8dc196f 100755 --- a/multistrap +++ b/multistrap @@ -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}++;