Skip to content

Harden the error handling of shell commands#27

Open
dra27 wants to merge 1 commit intomasterfrom
harden
Open

Harden the error handling of shell commands#27
dra27 wants to merge 1 commit intomasterfrom
harden

Conversation

@dra27
Copy link
Owner

@dra27 dra27 commented Nov 19, 2025

No description provided.

Run all shell commands from the build system with -e (abort on any
error), -u (abort on undefined variables) and, when available,
-o pipefail (abort if any process in a pipeline exits with non-zero
status)
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

Successfully merging this pull request may close these issues.

1 participant