From dab211764482a82a8d0044206eb91620456c8d9a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 8 Mar 2010 14:52:18 +0000 Subject: [PATCH] -Fix syntax error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/rmblade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/rmblade b/xCAT-server/share/xcat/tools/rmblade index b450287e4..8426c5dad 100755 --- a/xCAT-server/share/xcat/tools/rmblade +++ b/xCAT-server/share/xcat/tools/rmblade @@ -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";