Skip to content

Add set -o pipefail to all shell scripts #1

Description

@FailProger

Problem

Currently, bash scripts do not use set -o pipefail, it can cause silent failures

Solution

Add set -o pipefail to all bash scripts.

Scope

  • Find all scripts: find . -name "*.sh"
  • Update each file
  • Test with shellcheck

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions