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: sed re error trailing backslash on FreeBSD (#1046). #1047

Merged
merged 1 commit into from Sep 13, 2021

Conversation

hadret
Copy link
Contributor

@hadret hadret commented Sep 12, 2021

Summary

This fixes the following error with sed on FreeBSD:

sed: 1: "s/^\s\+//": RE error: trailing backslash (\)

Fixes: #1046

Other Information

I confirmed the command still works as expected on Linux and macOS.

@hadret hadret requested a review from a team as a code owner September 12, 2021 13:43
@Stratus3D
Copy link
Member

Thanks for the detailed bug report and PR @hadret ! These changes look good and everything still works for me.

@Stratus3D Stratus3D merged commit 47e8fb0 into asdf-vm:master Sep 13, 2021
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.

bug: sed RE error: trailing backslash (\) on FreeBSD
2 participants