We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mentioned on
The text was updated successfully, but these errors were encountered:
[builtin/printf] Errors result in status 1, not fatal error
143af85
This is more consistent with dash and mksh. Some shells just print an error to stderr, while exiting 0, which is bad IMO. This is issue #2114.
@ale5000-git This is now fixed - the printf errors are non-fatal. Thanks for the feedback
printf
(Some shells printf a message to stderr, but exit 0. Some exit 1. OSH exits 1).
Sorry, something went wrong.
Thanks.
No branches or pull requests
mentioned on
The text was updated successfully, but these errors were encountered: