From 404c4af5b4bc73bd02e42cdf7f79735c609c0dc8 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 1 Oct 2021 10:37:02 -0300 Subject: [PATCH] don't pass flags from other gems to the next --- bulk-compiler.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bulk-compiler.sh b/bulk-compiler.sh index 92d57eb..18756c3 100755 --- a/bulk-compiler.sh +++ b/bulk-compiler.sh @@ -13,6 +13,8 @@ find build/ -type f | while read BUILD BUILT GEM_NAME GEM_VERSION; do test -f "${BUILT}" && continue + unset EXTRA_PKGS EXTRA_GEMS GEM_COMPILER_FLAGS + source "${BUILD}" HTTP_BASIC_USER="${HTTP_BASIC_USER}" \