Skip to content

Fixes issue #8 #10

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixes issue #8 #10

wants to merge 1 commit into from

Conversation

JacobFV
Copy link

@JacobFV JacobFV commented Dec 25, 2022

This PR fixes issue #8

Copy link

@joeytwiddle joeytwiddle Mar 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fix it for Linux, but break it for macOS!

Sadly, BSD sed and GNU sed take different arguments.

I think the intent here was for line-buffered output, which is -l on BSD sed (macOS), but -u on GNU sed (Linux).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope my solution will fix it: #11

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