Skip to content

Commit

Permalink
Item8898: Restore comma's to the manifest
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15409 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Sep 21, 2012
1 parent d353add commit 768fd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/lib/Foswiki/Contrib/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ sub new {
my $rawman = '';
my $hashtable = '';
foreach my $file ( @{ $this->{files} } ) {
$rawman .= join( ' ',
$rawman .= join( ',',
map { $file->{$_} || '' }
qw{quotedName permissions md5 description} )
. "\n";
Expand Down

0 comments on commit 768fd20

Please sign in to comment.