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

bitpocket without GNU coreutils (like on macOS) #61

Closed
wants to merge 2 commits into from

Conversation

greezybacon
Copy link
Collaborator

@greezybacon greezybacon commented Aug 24, 2017

bitpocket seems to have a history of issues on macOS (BSD unix). This patch is an attempt to clear the water and fully support it. With it, bitpocket fully passes the rake tests on macOS 10.12 (Sierra).

The biggest change is in the usage of the sed utility, which seems not to handle \s and \S like the GNU counterpart.

Jared Hancock added 2 commits August 23, 2017 20:14
The biggest change is in the usage of the `sed` utility, which seems not to
handle \s and \S like the GNU counterpart.
The shell normally inherits the environment, but in this case we would use
`env` to find the location of bash rather than specifying the absolute path.
@greezybacon
Copy link
Collaborator Author

This has been merged into the master branch and released in https://github.com/sickill/bitpocket/releases/tag/v0.2. FreeBSD still does not work, so the second commit was discarded.

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

1 participant