chiark / gitweb /
New, from http://svn.collab.net/repos/svn/trunk/contrib/client-side/wcgrep;
[bin.git] / get-bug-mbox
old mode 100644 (file)
new mode 100755 (executable)
index 4198f6f..c1c7f2c
@@ -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"