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

Don't create snapshot files with the executable bit set #48

Merged
merged 1 commit into from
Sep 29, 2018
Merged

Don't create snapshot files with the executable bit set #48

merged 1 commit into from
Sep 29, 2018

Conversation

arp242
Copy link
Contributor

@arp242 arp242 commented Aug 31, 2018

Previously it would create files with the permissions of 755
(rwxr-xr-x), assuming the common umask of 022.

This fixes that so it's 644 (rw-r--r--).

Not a huge deal; just looks better in ls output etc. :-)

Previously it would create files with the permissions of 755
(`rwxr-xr-x`), assuming the common umask of 022.

This fixes that so it's 644 (`rw-r--r--`).

Not a huge deal; just looks better in `ls` output etc. :-)
@sjkaliski
Copy link
Collaborator

@Carpetsmoker thank you (and sorry for the delay)! Will take a look tomorrow.

@arp242
Copy link
Contributor Author

arp242 commented Sep 10, 2018

Cheers; no hurries.

@sjkaliski sjkaliski merged commit 122a1e1 into beme:master Sep 29, 2018
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.

2 participants