diff --git a/sunrise-commit b/sunrise-commit
index 5584ddc..592d453 100755
--- a/sunrise-commit
+++ b/sunrise-commit
@@ -336,9 +336,9 @@ main() {
local bn cbn
for bn in ${bns}; do
cbn=#${WHITE}${bn}${NORMAL}
- wget -q http://bugs.gentoo.org/show_bug.cgi?id=${bn} -O - \
- | sed -e "s, *
Gentoo Bug \([0-9]*\) - \(.*\),Bug ${cbn}: ${BGREEN}\2${RESET},p" \
- -e "s, *Gentoo \(Invalid Bug ID\),Bug ${cbn}: ${YELLOW}!! \1${RESET},p" -e d
+ wget -q http://bugs.gentoo.org/show_bug.cgi?id=${bn} -O - | sed -n \
+ -e "s, *Gentoo Bug \([0-9]*\) - \(.*\),Bug ${cbn}: ${BGREEN}\2${RESET},p" \
+ -e "s, *Gentoo \(Invalid Bug ID\),Bug ${cbn}: ${YELLOW}!! \1${RESET},p"
done
echo
fi