chiark / gitweb /
where-vessels: Use grid for smashing too
[ypp-sc-tools.db-test.git] / yarrg / dictionary-update-receiver
index 8ccea9823be369cb7fbe3221c11304baf3c97aac..3baef669ddf6b4eefcc7a7942cb709118a9fc9dc 100755 (executable)
@@ -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;
 }