We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On FreeBSD the find command doesn't have the -executable flag, so its throwing an error
find: -executable: unknown primary or operator
Deploy to a FreeBSD system.
I created a quick fix over here uniquename@1976b82 but that makes it only work on FreeBSD. I'm not familiar enough with ruby to make it detect the OS.
The text was updated successfully, but these errors were encountered:
mmh pretty interesting, we have to checkout out how others deployment PHP (https://github.com/capistrano/symfony) deal with that kind of behavior
Sorry, something went wrong.
No branches or pull requests
Compatibility with FreeBSD
On FreeBSD the find command doesn't have the -executable flag, so its throwing an error
find: -executable: unknown primary or operator
🔢 To Reproduce
Deploy to a FreeBSD system.
I created a quick fix over here uniquename@1976b82 but that makes it only work on FreeBSD. I'm not familiar enough with ruby to make it detect the OS.
The text was updated successfully, but these errors were encountered: