summaryrefslogtreecommitdiffstats
path: root/countmail/countmail
diff options
context:
space:
mode:
Diffstat (limited to 'countmail/countmail')
-rw-r--r--countmail/countmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/countmail/countmail b/countmail/countmail
index 44883098..d2d1281b 100644
--- a/countmail/countmail
+++ b/countmail/countmail
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: countmail,v 1.5 2002/07/02 17:18:21 mycroft Exp $
+# $NetBSD: countmail,v 1.6 2005/06/30 06:08:56 symka Exp $
#
# Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
# for krb.
#set -- `from -t`
#v=$3
-set -- `from | wc -l`
+set -- `from 2>/dev/null |wc -l`
v=$1
#v=`from | wc -l`