From: Colin Watson Date: Mon, 9 Sep 2002 12:55:54 +0000 (+0000) Subject: The mbox-download BTS facility has been officially deployed now. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=b8344e0bb0c1bf1e59a54465d66e76b9750417b3;p=bin.git The mbox-download BTS facility has been officially deployed now. --- diff --git a/get-bug-mbox b/get-bug-mbox index 4198f6f..b6d0f3d 100755 --- a/get-bug-mbox +++ b/get-bug-mbox @@ -1,3 +1,3 @@ #! /bin/sh -wget "http://bugs.debian.org/cgi-bin/mime/bugreport.cgi?bug=$1&mbox=yes" \ +wget "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=$1&mbox=yes" \ -O "$1.mbox"