]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Bin / CYGWIN_NT-5.1-i686 / armcc_wrapper.py
index 534ffd04c5c28fb2972777ceeae79f220d1ad68f..b26b4e5b511224981cb96272ca45d6beb974f52c 100755 (executable)
@@ -48,7 +48,7 @@ def ConvertCygPathToDos(CygPath):
     DosPath = CygPath
   
   # pipes.quote will add the extra \\ for us.
-  return DosPath.replace('/','\\')
+  return DosPath.replace('/', '\\')\r
 
 
 # we receive our options as a list, but we will be passing them to the shell as a line