Skip to content
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

[TIMOB-17420] iOS: build.py created during iOS module project generation is not executable #5967

Merged
merged 2 commits into from Aug 21, 2014

Conversation

feons
Copy link
Contributor

@feons feons commented Aug 13, 2014

}

fs.chmodSync(dest, fs.statSync(src).mode & 07777);
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be 0777 and not 07777?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

0777 if we could ignore setuid, setgid and sticky bit. You are right, probably we won't ever need it, just trying to be future proof.

@cb1kenobi
Copy link
Contributor

Code reviewed and tested. Looks good! APPROVED

cb1kenobi added a commit that referenced this pull request Aug 21, 2014
[TIMOB-17420] iOS: build.py created during iOS module project generation is not executable
@cb1kenobi cb1kenobi merged commit a5bd22d into tidev:master Aug 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants