fix pipefail MIA in ubuntu without specifying bash

This commit is contained in:
GlassedSilver
2022-05-01 09:35:04 +02:00
parent 0a8aba54d2
commit 2527051eab

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)