X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=get-bug-mbox;h=c1c7f2c6a54adaf7e199e4e2bf41018fc526b493;hp=4198f6fa64052b4ee0df5126cf969fe81ae19af1;hb=f6a9a0c9cce6a062db977be33731982269ef4595;hpb=fe13229ecf159cad31fe89c2e311f2b441ba1edf diff --git a/get-bug-mbox b/get-bug-mbox index 4198f6f..c1c7f2c 100755 --- a/get-bug-mbox +++ b/get-bug-mbox @@ -1,3 +1,2 @@ #! /bin/sh -wget "http://bugs.debian.org/cgi-bin/mime/bugreport.cgi?bug=$1&mbox=yes" \ - -O "$1.mbox" +wget "http://bugs.debian.org/mbox:$1" -O "$1.mbox"