From 2cbbbe45fe71fa9c6f72365f6262315192d79328 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 16 Jun 2009 20:44:35 -0500 Subject: [PATCH] devnull process listing stderr Signed-off-by: Dustin Kirkland --- bin/processes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/processes b/bin/processes index 7d00fdde..08a295db 100755 --- a/bin/processes +++ b/bin/processes @@ -22,4 +22,4 @@ if [ "$1" = "--detail" ]; then exit 0 fi -printf "\005{= yk}%s&\005{-} " $(ls -d /proc/[0-9]* | wc -l) +printf "\005{= yk}%s&\005{-} " $(ls -d /proc/[0-9]* 2>/dev/null| wc -l)