gallium/docs: add missing math formatting
[mesa.git] / bin / bugzilla_mesa.sh
index 0cff4261f7543a675a49161bb3a718c41115991e..49b9ce9c7586db95bffa96327e0312a0f9c9978d 100755 (executable)
@@ -40,7 +40,7 @@ else
        for i in $urls
        do
                id=$(echo $i | cut -d'=' -f2)
-               summary=$(wget --quiet -O - $i | grep -e '<title>.*</title>' | sed -e 's/ *<title>Bug [0-9]\+ &ndash; \(.*\)<\/title>/\1/')
+               summary=$(wget --quiet -O - $i | grep -e '<title>.*</title>' | sed -e 's/ *<title>[0-9]\+ &ndash; \(.*\)<\/title>/\1/')
                echo "<li><a href=\"$i\">Bug $id</a> - $summary</li>"
                echo ""
        done