Fix bug reading stanza file.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2053 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
487b70b1d6
commit
6b83f0d1fb
@ -1258,7 +1258,7 @@ sub readFileInput
|
||||
($objectname, $junk2) = split(/:/, $l);
|
||||
|
||||
# if $junk2 is defined or there's an =
|
||||
if (defined($junk2) || grep(/=/, $objectname))
|
||||
if ($junk2 || grep(/=/, $objectname))
|
||||
{
|
||||
|
||||
# error - invalid header $line in node definition file
|
||||
|
Loading…
x
Reference in New Issue
Block a user