]> granicus.if.org Git - mutt/commitdiff
Fix flea's interaction with bug(1) on Debian systems.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 11 Nov 2002 20:51:47 +0000 (20:51 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 11 Nov 2002 20:51:47 +0000 (20:51 +0000)
muttbug.sh.in

index 0f368a8d1242e848edbd09c804ef48c60b6baef4..063cc539479c767145952bc465906013ec9792a6 100644 (file)
@@ -207,7 +207,7 @@ echo
 
 if test "$DEBIAN" = "yes" ; then
        echo "Obtaining Debian-specific information..." > /dev/tty
-       bug -p -s dummy mutt |                                 \
+       bug -p -s dummy mutt < /dev/null |                     \
                sed -n -e "/^-- System Information/,/^---/p" | \
                grep -v '^---'
 fi