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

Failures in script should cause script to exit immediately #2

Closed
jtrupiano opened this issue Dec 27, 2009 · 0 comments
Closed

Failures in script should cause script to exit immediately #2

jtrupiano opened this issue Dec 27, 2009 · 0 comments

Comments

@jtrupiano
Copy link
Contributor

By issuing a "set -e" call at the top of the script, it will cause the entire script to exit immediately if any of the commands within the script return non-0 exit status codes.

This should aid us as a community in keeping the script up to date. Currently, the script marches on and since there are thousands of lines of output, it can be hard to detect.

This commit corrects this: http://github.com/jtrupiano/magick-installer/commit/4bbe09b7f197a05be6eb3b2971acae1c3321bbeb

This issue was closed.
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