summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 881ec07..217b013 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -685,7 +685,7 @@ _process_tree()
{
for leaf in ${@:-$$}
do
- ps -eo pid,ppid,command | awk -v leaf="$leaf" \
+ ps -eo pid,ppid,command 2>&- | awk -v leaf="$leaf" \
'{
parent[$1]=$2 ;
command[$1]=$3 ;