xdsh adding an undef entry on the returned data, causes syntax error in runxcmd you only see under bypass mode
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13719 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -756,7 +756,7 @@ sub xdsh | ||||
|  | ||||
|         for ($j = 0 ; $j < $maxlines ; $j++) | ||||
|         { | ||||
|             if ($i > $arraylen) | ||||
|             if ($i >= $arraylen) | ||||
|             { | ||||
|                 last; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user