From 502900fee2f9e5585eb6e4da6536749870e05bea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 19 Feb 2008 20:37:30 +0000 Subject: [PATCH] fix psh hangs at scale git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@529 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/bin/psh | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client-2.0/bin/psh b/xCAT-client-2.0/bin/psh index e363b0986..1fa26d59a 100755 --- a/xCAT-client-2.0/bin/psh +++ b/xCAT-client-2.0/bin/psh @@ -111,6 +111,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting } chomp($line); print $nodehdl{$readyh}.": ".$line."\n"; + IO::Handle::flush(stdout); } return $rc; }