Skip to content

Removed "set -o pipefail"

AppAraat requested to merge AppA/matrix-shell-suite:fix/remove_pipefail into master

POSIX shell does not define pipefail option. Hence the scripts only worked in shells like bash.

Tests however succeeded since an older version of shellcheck was used. The bug in shellcheck was fixed in 2017: https://github.com/koalaman/shellcheck/issues/990

Merge request reports