Commit 62b755a
committed
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 chmod1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments