]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/pdsh.sh
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 23 May 2019 02:48:54 +0000 (03:48 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 23 May 2019 02:48:54 +0000 (03:48 +0100)
etc/profile.d/pdsh.sh

index e0fcd5c95d4b3a9716fe13e5c7711eb0eb1781f9..a878158e82cedd5b3f6e96e0524a9b619f9bd532 100644 (file)
@@ -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>&-
 }