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

Fix bindists on Darwin #1017

Merged
merged 2 commits into from
Jul 30, 2019
Merged

Fix bindists on Darwin #1017

merged 2 commits into from
Jul 30, 2019

Conversation

mboes
Copy link
Member

@mboes mboes commented Jul 29, 2019

BSD sed apparently does not have the same semantics as GNU sed. The
sed script will not be applied to all file arguments, unlike with GNU
sed. So to work around this, we pass -n1 to xargs, to limit each
call to sed to exactly one file argument.

Fixes #1016

Closes #884

mboes added 2 commits July 30, 2019 01:08
BSD sed apparently does not have the same semantics as GNU sed. The
sed script will not be applied to all file arguments, unlike with GNU
sed. So to work around this, we pass `-n1` to `xargs`, to limit each
call to `sed` to exactly one file argument.
@Profpatsch Profpatsch added the merge-queue merge on green CI label Jul 30, 2019
@mboes mboes merged commit 255bf7c into master Jul 30, 2019
@mboes mboes deleted the macos-bindist-sed branch July 30, 2019 17:09
@mergify mergify bot removed the merge-queue merge on green CI label Jul 30, 2019
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.

Setup script example project fails on macOS Can not build projects on MacOS Mojave
2 participants