added quotes for some of the env in the postscripts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2729 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
487ffb966a
commit
062d4f3645
@ -141,7 +141,7 @@ sub makescript {
|
||||
push @scriptd, "export $attribute\n";
|
||||
|
||||
} else { # not Master attribute
|
||||
push @scriptd, "$attribute=".$value."\n";
|
||||
push @scriptd, "$attribute='".$value."'\n";
|
||||
push @scriptd, "export $attribute\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user