Filter Electric Fence spam.

This commit is contained in:
Andrew Gildfind
2001-02-01 04:18:48 +00:00
parent 1fa31f16c0
commit 11c790e72d
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ _do()
{
if [ $# -ne 1 ]; then echo "Usage: _do \"cmd\"" 1>&2 ; exit 1; fi
echo "*** $1" >>$seq.full
eval "$1 >>$seq.full 2>&1"
eval "$1 2>&1 | _fix_malloc >>$seq.full"
}
_fill()