TIL if we have a diff/patch file that does not apply cleanly, we cannot assume the behaviour of the `patch` tool is consistent.
After a long debug session I found out that depending on the `patch` tool version we have, it might or might not apply an unclean patch file.
It applied fine locally, so I didn't notice the issue.
Really did not occur to me that this could be a thing.