From 94551e8b346c61b0f109b96e6c217e41a9bdcb7d Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 11 Nov 2002 20:51:47 +0000 Subject: [PATCH] Fix flea's interaction with bug(1) on Debian systems. --- muttbug.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttbug.sh.in b/muttbug.sh.in index 0f368a8d..063cc539 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -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 -- 2.50.1