]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/MkPkg.py
BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.
[mirror_edk2.git] / BaseTools / Source / Python / UPT / MkPkg.py
index b8b78e4515504c1492db461db0ba940fd9e6712a..2eb84588bdc495521e557f4cae6cfddead6ab669 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Install distribution package.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -45,7 +45,6 @@ import Logger.Log as Logger
 from Xml.XmlParser import DistributionPackageXml\r
 from Xml.IniToXml import IniToXml\r
 \r
-from Library.Misc import CheckEnvVariable\r
 from Library import GlobalData\r
 from Library.ParserValidate import IsValidPath\r
 \r
@@ -78,7 +77,6 @@ def Main(Options = None):
     try:\r
         DataBase = GlobalData.gDB        \r
         ContentFileClosed = True\r
-        CheckEnvVariable()\r
         WorkspaceDir = GlobalData.gWORKSPACE\r
 \r
         #\r