summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2015-04-17 16:42:41 +0200
committerHugues Hiegel <hugues@hiegel.fr>2015-04-17 16:42:41 +0200
commitc94e1368e754c1345c9213b700420e468fdc13fa (patch)
tree456e86610c838515b370c17668f381419ac4c5a4 /01_Internal.zsh
parent6813d7633ca9333c837812a41bdd8411760a59d0 (diff)
Merged from Anevia.
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 ;