Skip to content

chore: removed errcheck and used set -euo pipefail instead - #67

Merged
sttk merged 1 commit into
mainfrom
chore/modify_build_sh
Aug 26, 2026
Merged

chore: removed errcheck and used set -euo pipefail instead#67
sttk merged 1 commit into
mainfrom
chore/modify_build_sh

Conversation

@sttk

@sttk sttk commented Aug 26, 2026

Copy link
Copy Markdown
Owner

errcheck was a custom function I wrote to check the exit status of the previous command. However, it can be replaced with set -e.

Since set -euo pipefail is commonly used, I decided to use it instead of errcheck.

@sttk
sttk merged commit b28f58f into main Aug 26, 2026
18 checks passed
@sttk
sttk deleted the chore/modify_build_sh branch August 26, 2026 13:58
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