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:
linggao 2009-02-12 13:56:47 +00:00
parent 487ffb966a
commit 062d4f3645

View File

@ -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";
}
}