Commit 9ec32352 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbugs: fix links run

parent 666bf8e1
......@@ -25,7 +25,8 @@ show_bugs()
docmd $BROWSER $URL &
else
#echo "@Fetching from '$URL'..."
docmd $BROWSER -dump -no-numbering -no-references -dump-width $COLUMNS $URL
# FIXME: BROWSER can be some unknown program called links
docmd $BROWSER -dump $URL
fi
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment