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

Don't use sed -i #194

Merged
merged 1 commit into from
Aug 29, 2019
Merged

Conversation

lantw44
Copy link

@lantw44 lantw44 commented Aug 28, 2019

sed -i is a non-standard feature which may have different syntax or
meaning depending on the implementation. It is better to use a
temporary file instead of relying on a sed command implementing the
feature in the same way as GNU sed.

This fixes build failure on FreeBSD.

sed -i is a non-standard feature which may have different syntax or
meaning depending on the implementation. It is better to use a
temporary file instead of relying on a sed command implementing the
feature in the same way as GNU sed.
@epico epico merged commit 7580673 into libpinyin:master Aug 29, 2019
@epico
Copy link
Member

epico commented Aug 29, 2019

Thanks for the patch! code merged.

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