Skip to content

windows.py: Disable chmod on Cygwin

Joel Sherrill requested to merge (removed):avoid-chmod-on-cygwin into main

Summary

windows.py: Disable chmod on Cygwin

The command chmod as invoked by the RSB has begun to fail on Cygwin. It was determined that doing a chmod is not necessary. This disabling it was seen as a solution.

Closes #22 (closed).

Merge request reports