X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fcommod-results-processor;h=bb0724d0d81e0c26204152879d45f605a7b64c1e;hb=c1af6b2456f3313efcb4d40e3df2b628bfb4fae6;hp=f9fdedfa5f6c0c5419ccf826b10db106aa9cfaea;hpb=ed98a08b6f79637f7afccc31c76f2836003d6bad;p=ypp-sc-tools.main.git diff --git a/yarrg/commod-results-processor b/yarrg/commod-results-processor index f9fdedf..bb0724d 100755 --- a/yarrg/commod-results-processor +++ b/yarrg/commod-results-processor @@ -449,6 +449,8 @@ sub main__uploadyarrg () { my $respcontent= yarrgpostform($ua, \%o); $respcontent =~ m/^OK\b/ or die "$respcontent ?"; + $respcontent =~ s/^/ /mg; + print $respcontent,"\n"; } sub main__uploadpctb () {