From f014a1d21a74926f8aa08f4602d0d81036623fea Mon Sep 17 00:00:00 2001 From: codehelp Date: Wed, 21 Apr 2010 15:00:09 +0000 Subject: [PATCH] tweak git-svn-id: http://emdebian.org/svn/current@7126 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}++;