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

Restore set -e so script halts on error (but make clean || true) #36

Open
plaurent opened this issue Dec 18, 2021 · 0 comments
Open

Restore set -e so script halts on error (but make clean || true) #36

plaurent opened this issue Dec 18, 2021 · 0 comments

Comments

@plaurent
Copy link
Owner

These scripts used to have set -e, but this was removed because an early call to make clean fails (I think this failure is because GNUstep make is not yet installed by that point.)

If we add || true after the make clean command, we can restore set -e at the top and have the script stop on more meaningful errors.

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