chiark / gitweb /
get-bug-mbox: doogie added a redirector for mbox downloads.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 16 Sep 2002 15:25:34 +0000 (15:25 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Mon, 16 Sep 2002 15:25:34 +0000 (15:25 +0000)
get-bug-mbox

index b6d0f3dd0f2fe662665a4b4ce5df5650472e4c72..c1c7f2c6a54adaf7e199e4e2bf41018fc526b493 100755 (executable)
@@ -1,3 +1,2 @@
 #! /bin/sh
 #! /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"