Skip to content

using set -e instead of short-circuit evaluation to exit early on failure#1409

Open
antialias wants to merge 1 commit intouber:masterfrom
antialias:patch-1
Open

using set -e instead of short-circuit evaluation to exit early on failure#1409
antialias wants to merge 1 commit intouber:masterfrom
antialias:patch-1

Conversation

@antialias
Copy link

added set -e at the top of the script and removed && suffix from the end of every line.

added [`set -e`](https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html) at the top of the script and removed ` &&` suffix from the end of every line.
@CLAassistant
Copy link

CLAassistant commented Apr 1, 2021

CLA assistant check
All committers have signed the CLA.

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.

2 participants

Comments