X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yarrg%2Fdictionary-update-receiver;h=3baef669ddf6b4eefcc7a7942cb709118a9fc9dc;hp=8ccea9823be369cb7fbe3221c11304baf3c97aac;hb=9c3c0cfe4257a1365c8d82ff6f9b7908a4eb74a1;hpb=1457a9e8d2e5ddda2b05b658e69df1b80a07320d diff --git a/yarrg/dictionary-update-receiver b/yarrg/dictionary-update-receiver index 8ccea98..3baef66 100755 --- a/yarrg/dictionary-update-receiver +++ b/yarrg/dictionary-update-receiver @@ -43,7 +43,8 @@ use IO::Handle; use Commods; if (param('get_source')) { - header('application/octet-stream'); + # There's another copy of this in commod-update-receiver. Sorry. + print header('application/octet-stream') or die $!; source_tarball('..', sub { print $_[0] or die $!; }); exit 0; }