-Fix syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-03-08 14:52:18 +00:00
parent 893b035584
commit dab2117644

View File

@ -77,7 +77,7 @@ print "ip: $ip\n";
print "host: $mm\n";
print "slot: $slot\n";
# we now have slot and amm. Need to now get which blade this is:
my $nlscmd = "nodels mp.id==$slot".'@'."mp.mpa==$mm"
my $nlscmd = "nodels mp.id==$slot".'@'."mp.mpa==$mm";
my $node = `$nlscmd`;
chomp($node);
print "node: $node\n";