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

OS400: avoid using awk in the build scripts #12826

Closed
wants to merge 1 commit into from

Conversation

monnerat
Copy link
Contributor

Awk is a PASE program and its use may cause a failure depending on the CCSID of the calling script (IBM bug?).

For this reason, revert to an sed-only solution to extract the exported symbols from the header files.

Awk is a PASE program and its use may cause a failure depending on the
CCSID of the calling script (IBM bug?).

For this reason, revert to an sed-only solution to extract the exported
symbols from the header files.
@monnerat
Copy link
Contributor Author

monnerat commented Feb 1, 2024

Thanks for merge!

@monnerat monnerat deleted the os400 branch February 1, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant