Merge pull request #581 from GlassedSilver/master

fix pipefail MIA in ubuntu without specifying bash
This commit is contained in:
Glassed Silver
2022-05-01 09:36:27 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
# and also optimizing some code with this commit.
# xoxo :D
set -xeuo pipefail
bash | set -xeuo pipefail
case $(uname -m) in
x86_64)