-
Notifications
You must be signed in to change notification settings - Fork 62
Allow building on FreeBSD variants #89
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
Conversation
that's converting test shell scripts to run in a bash-agnostic /bin/sh way.
that's converting test shell scripts to run in a bash-agnostic /bin/sh way.
Fix typo in path
|
Thanks. Similar to the tang PR (latchset/tang#60), this one also looks good, but the |
|
Still hoping these changes are acceptable. And apologies for the churn in commits - I aimed at the wrong branch and since this is still pending they landed here (and have been reverted.) |
sergio-correia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good.
These changes allow building the project on FreeBSD and it's variants. The README is changed to note describe the build. The bulk of the changes are to tests to remove bash dependencies in the tests since bash is not guaranteed to be installed on FreeBSD. While those changes could be separated out into separate files or have the build generate bash and non-bash from a common .in file, since the changes should work fine on linux it seemed better to just just have the one source. I am, of course, completely open to making changes or separating the pull request into smaller pieces if that's desired.