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

[std] Fix awk not finding default scripts #125

Open
kylewlacy opened this issue Oct 16, 2024 · 0 comments
Open

[std] Fix awk not finding default scripts #125

kylewlacy opened this issue Oct 16, 2024 · 0 comments

Comments

@kylewlacy
Copy link
Member

GNU awk comes with a number of built-in scripts (e.g. calling gawk -i inplace uses a default script for in-place editing of a file). awk provided by Brioche doesn't work with these scripts currently.

This can probably be solved by setting $AWKPATH, see the docs here: https://www.gnu.org/software/gawk/manual/html_node/AWKPATH-Variable.html

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

No branches or pull requests

1 participant