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

Include FreeBSD in platform-dependent argument for find -perm #232

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

dodsonmg
Copy link
Contributor

FreeBSD doesn't support find -perm /111. Like MacOS (Darwin), it supports find -perm +111.

This PR adds FreeBSD to the existing conditional statements that check for Darwin before deciding whether to use /111 or +111.

This is related to issues #33 and #37.

@dirk-thomas
Copy link
Member

Thanks for the fix.

@dirk-thomas dirk-thomas merged commit f1ce3d9 into ros:kinetic-devel Jan 22, 2020
@dodsonmg dodsonmg deleted the support_find_freebsd branch January 22, 2020 22:20
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