From ac4229d2edecda1be131eebae92c2fba9e78dc89 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 1 May 2020 16:31:20 +0100 Subject: [PATCH] updated Makefile.in --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 8712031d..f866d429 100755 --- a/Makefile.in +++ b/Makefile.in @@ -374,6 +374,7 @@ yum-packages-python: find . -maxdepth 3 -path "*/setup/$$x"; \ done | xargs "$(BASH_TOOLS)/yum_install_packages.sh" . "$(BASH_TOOLS)/lib/python.sh"; \ + set +o pipefail || : ; \ if ! inside_virtualenv; then \ for x in rpm-packages-pip.txt; do \ find . -maxdepth 3 -path "*/setup/$$x"; \