X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=e03a91828424c7da947aeb3af599402d59e4e005;hp=cbd98f84b2e15c64b64bd4e4d1674d856f95b1b4;hb=da7ce28baf19eb34178ee4886216ee3fb2c89321;hpb=1457a9e8d2e5ddda2b05b658e69df1b80a07320d 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; }