]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/BinWrappers/PosixLike/BPDG
BaseTools: Regression bug Linux script used windows format
[mirror_edk2.git] / BaseTools / BinWrappers / PosixLike / BPDG
index bca1bae96af7c625a74d0dbfd6498233a64c3e71..276c7ea20733d78a8ebd1fe1152f6e54b1ffc4ce 100755 (executable)
@@ -11,4 +11,4 @@ dir=$(dirname "$full_cmd")
 cmd=${full_cmd##*/}
 
 export PYTHONPATH="$dir/../../Source/Python${PYTHONPATH:+:"$PYTHONPATH"}"
-exec "${python_exe:-python}" -m $cmd.$cmd "$@"\r
+exec "${python_exe:-python}" -m $cmd.$cmd "$@"