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=b6d0f3dd0f2fe662665a4b4ce5df5650472e4c72;hb=92deb1ce1c8dcda49b76481ca58e2e67298e9b03;hpb=b8344e0bb0c1bf1e59a54465d66e76b9750417b3 diff --git a/get-bug-mbox b/get-bug-mbox index b6d0f3d..c1c7f2c 100755 --- a/get-bug-mbox +++ b/get-bug-mbox @@ -1,3 +1,2 @@ #! /bin/sh -wget "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=$1&mbox=yes" \ - -O "$1.mbox" +wget "http://bugs.debian.org/mbox:$1" -O "$1.mbox"