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
ideally I would like to do something like
./foo-useflags.sh && ./foo-rdeps.sh && ./foo-commit.sh
To make this work the return value needs to be accumulated across the script steps and only returned at the end.
The text was updated successfully, but these errors were encountered:
Random drive-by comment, was just browsing through the issues :) If I understand the question correctly you can achieve this using pipefail, see https://www.gnu.org/software/bash/manual/html_node/Pipelines.html
pipefail
Sorry, something went wrong.
Use test script done in 41442dc.
No branches or pull requests
ideally I would like to do something like
To make this work the return value needs to be accumulated across the script steps and only returned at the end.
The text was updated successfully, but these errors were encountered: