Skip to content

Fix Python execution with autocrlf on Windows

Orgad Shaneh requested to merge orgads/gimp:fix-crlf into master

If the interp file contains CRLF, the \r is read as part of the executable file name, and gimp searches for python3.exe\r.

Merge request reports