You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9058 Change order of arguments/option to chmod (BlueM)
This PR was merged into the 4.0 branch.
Discussion
----------
Change order of arguments/option to chmod
“chmod 777 -R” does not work on macOS (probably also not on BSD), while “chmod -R 777” does.
Commits
-------
80951e5 Change order of arguments/option to chmod
0 commit comments