]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/RunMakefile.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Scripts / RunMakefile.py
index 48bc198c7671ec940c1f19062a07029edde00345..6d0c4553c9eb807f22a110e0a25492687a760561 100644 (file)
@@ -149,7 +149,7 @@ if __name__ == '__main__':
     for Item in gArgs.Define:\r
       if '=' not in Item[0]:\r
         continue\r
-      Item = Item[0].split('=',1)\r
+      Item = Item[0].split('=', 1)\r
       CommandLine.append('%s="%s"' % (Item[0], Item[1]))\r
   CommandLine.append('EXTRA_FLAGS="%s"' % (gArgs.Remaining))\r
   CommandLine.append(gArgs.BuildType)\r