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:
parent
b3349560bd
commit
637fba74a7
@ -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'}) {
|
||||
|
Loading…
Reference in New Issue
Block a user