From 2527051eab74bfd2ed29dddc1383a737e55c9ee4 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 1 May 2022 09:35:04 +0200 Subject: [PATCH] fix pipefail MIA in ubuntu without specifying bash --- docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build.sh b/docker-build.sh index a492c69..62b8832 100644 --- a/docker-build.sh +++ b/docker-build.sh @@ -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)