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:
nott 2008-08-22 14:13:28 +00:00
parent 487b70b1d6
commit 6b83f0d1fb

View File

@ -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