Skip to content

Change order of arguments/option to chmod #9058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2018
Merged

Change order of arguments/option to chmod #9058

merged 1 commit into from
Jan 14, 2018

Conversation

BlueM
Copy link
Contributor

@BlueM BlueM commented Jan 14, 2018

“chmod 777 -R” does not work on macOS (probably also not on BSD), while “chmod -R 777” does.

“chmod 777 -R” does not work on macOS (probably also not on BSD), while “chmod -R 777” does.
Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This definitely looks like a bug to me. @BlueM thanks for fixing it!

@javiereguiluz javiereguiluz merged commit 80951e5 into symfony:4.0 Jan 14, 2018
javiereguiluz added a commit that referenced this pull request Jan 14, 2018
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
@xabbuh xabbuh added this to the 4.0 milestone Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants