devnull process listing stderr

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-16 20:44:35 -05:00
commit 2cbbbe45fe

View file

@ -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)