-
Notifications
You must be signed in to change notification settings - Fork 26
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
Please support the BSD sed #10
Comments
Ideally, on BSD it should be able to debug both BSD |
Does this work with BSD I can certainly provide a way to call different program instead of sed, maybe something like |
At least a |
It looks like
It works for me when I run sed in posix mode. Anyway, if you build from source, I added some debug printing (use |
No:
|
Thank you for testing. Unfortunately there is no way desed is going to work with BSD sed - I need the extra information that I get from usage of the If that’s all I’ll close this when I release new version with the |
|
Unfortunately I need debug output from sed. With gnu sed it's achieved with the For now, I've added automatic fallback to |
No description provided.
The text was updated successfully, but these errors were encountered: