chiark / gitweb /
tiocnotty: use with statement
[bin.git] / get-bug-mbox
index 4198f6fa64052b4ee0df5126cf969fe81ae19af1..c1c7f2c6a54adaf7e199e4e2bf41018fc526b493 100755 (executable)
@@ -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"