From 60a13d1639660d370f3390bf15511af8a54f0408 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 14 May 2010 16:22:22 +0000 Subject: [PATCH] add xdsh -e hierarchical support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6120 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index ffad9b65f..f54676676 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3683,7 +3683,8 @@ sub parse_and_run_dsh #printf " node list is $options{'nodes'}"; # build arguments - + + # get the command from the argument list $options{'command'} = join ' ', @ARGV; #