Skip to content

Commit

Permalink
Item15231: fix log output
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 17, 2024
1 parent 8289bb7 commit 4f472c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/autoBuildFoswiki.pl
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ sub checkTopicInfo {

writeDebug("checking topicinfo");
my $command =
"grep '%META:TOPICINFO{' $cfg->{checkoutDir}/core/data/*/*.txt | grep -v TestCases |grep -v Trash | grep -v 'author=\"ProjectContributor\".*version=\"1\"' | awk -F: '{print \$1}' | tee $cfg->{logFile}";
"grep '%META:TOPICINFO{' $cfg->{checkoutDir}/core/data/*/*.txt | grep -v TestCases |grep -v Trash | grep -v data/Temporary | grep -v 'author=\"ProjectContributor\".*version=\"1\"' | awk -F: '{print \$1}' | tee $cfg->{logFile}";

writeDebug("command=$command");
my $output = `$command`;
Expand Down

0 comments on commit 4f472c4

Please sign in to comment.