fix blank line between node list when running xdsh in streaming mode (xdsh node1,node2 -s ls /tmp)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4145 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-09-16 14:21:44 +00:00
parent 13e2425112
commit b6bb72d236

View File

@ -376,7 +376,7 @@ sub pipe_handler
my $rsp={};
$rsp->{data}->[0] = $line;
xCAT::MsgUtils->message("I", $rsp, $::CALLBACK);
xCAT::MsgUtils->message("D", $rsp, $::CALLBACK);
#print $write_fh $line;
}