From b7a7afd048eaf15d4429bb9acb74db2ae125aac4 Mon Sep 17 00:00:00 2001 From: Mhonarc archives guy Date: Wed, 4 Jan 2012 11:42:41 +0000 Subject: [PATCH] Silence errors; they are too noisy --- archives/bin/mk-mhonarc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archives/bin/mk-mhonarc b/archives/bin/mk-mhonarc index 1641b82b..f6da73aa 100755 --- a/archives/bin/mk-mhonarc +++ b/archives/bin/mk-mhonarc @@ -94,10 +94,10 @@ process_one_mbox() { -definevar LIST=$list \ -definevar YEAR=$year \ -definevar MONTH=$month \ - > $temp 2>&1 - $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>&1 + > $temp 2>/dev/null + $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>/dev/null $ARCHIVES_BIN/createmsgid.pl -i $ydashm -o $ARCHIVES_ROOT/msgid \ - >> $temp 2>&1 + >> $temp 2>/dev/null if [ -s $temp ]; then echo "START -- error processing $mbox" cat $temp -- 2.39.5