X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;ds=sidebyside;f=yarrg%2Fcommod-update-receiver;h=e03a91828424c7da947aeb3af599402d59e4e005;hb=ffb20293c74628b5d7e7c4de33142f1229f2f991;hp=cbd98f84b2e15c64b64bd4e4d1674d856f95b1b4;hpb=59316f0dcddd4e5d15e47dfde36f513e1685c4ae;p=ypp-sc-tools.web-live.git diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index cbd98f8..e03a918 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -62,7 +62,8 @@ sub must_param ($$) { my %o; if (param('get_source')) { - header('application/octet-stream'); + # There's another copy of this in dictionary-update-receiver. Sorry. + print header('application/octet-stream') or die $!; source_tarball('..', sub { print $_[0] or die $!; }); exit 0; }