From: Nicolas Boisselier Date: Thu, 23 May 2019 02:48:54 +0000 (+0100) Subject: etc/profile.d/pdsh.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=09fc6259dc369437cf76f5a7e499f716f4f9df54;p=nb.git etc/profile.d/pdsh.sh --- diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh index e0fcd5c9..a878158e 100644 --- a/etc/profile.d/pdsh.sh +++ b/etc/profile.d/pdsh.sh @@ -7,7 +7,7 @@ export PDSH_SSH_ARGS="-q" [ -r ~/.pdsh.hosts ] && export WCOLL=~/.pdsh.hosts pdsh_quiet() { - exec 3> >(grep -Ev '^(pdsh@|[^ :]+: (stdio forwarding failed|_channel [0-9]+: open failed))') + exec 3> >(grep -Ev '^(pdsh@|[^ :]+: (stdio forwarding failed|channel [0-9]+: open failed))') pdsh $@ 2>&3 exec 3>&- }