fix missing NODE export

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1689 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-06-18 17:27:26 +00:00
parent b3349560bd
commit 637fba74a7

View File

@ -146,7 +146,9 @@ sub makescript {
}
push @scriptd, "NODE=$node\n";
push @scriptd, "export NODE\n";
my $et = $typetab->getNodeAttribs($node,['os','arch','profile']);
if ($^O =~ /^linux/i) {
unless ($et and $et->{'os'} and $et->{'arch'}) {