]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/GenFds.py
This patch is going to:
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / GenFds.py
index 087f7ab3560887ddabb6cfc2ca553aac28209e41..c5ccda677b0cd83d18e14386512226fe53f8c5be 100644 (file)
@@ -157,7 +157,7 @@ def main():
 \r
         if Options.Macros:\r
             for Pair in Options.Macros:\r
-                Pair.strip('"')\r
+                Pair = Pair.strip('"')\r
                 List = Pair.split('=')\r
                 if len(List) == 2:\r
                     if List[0].strip() == "EFI_SOURCE":\r