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 gawk-ptest QA issue #499

Closed

Conversation

vishwamartur
Copy link
Contributor

Related to #384

Add gawk_5.2.1.bb file to address QA issues in gawk-ptest package.

  • Add -e 's|#! /bin/gawk|#! ${bindir}/gawk|g' \ to the sed line to update hashbang lines in affected files.
  • Add -e 's|#! /usr/local/bin/gawk|#! ${bindir}/gawk|g' \ to the sed line to update hashbang lines in affected files.

Related to riscv#384

Add `gawk_5.2.1.bb` file to address QA issues in `gawk-ptest` package.

* Add `-e 's|#! /bin/gawk|#! ${bindir}/gawk|g' \` to the `sed` line to update hashbang lines in affected files.
* Add `-e 's|#! /usr/local/bin/gawk|#! ${bindir}/gawk|g' \` to the `sed` line to update hashbang lines in affected files.
Copy link
Collaborator

@kraj kraj left a comment

Choose a reason for hiding this comment

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

this is wrong place for fixing gawk which is a core layer component. Please submit it to [email protected]

@kraj kraj closed this Nov 26, 2024
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