From cd454cd4bd1c5892727386a9e1054fb431ccff9b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 17 Mar 2023 17:08:44 +0100 Subject: [PATCH] Avoid polluting Pigweed environment namespace --- scripts/setup/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup/bootstrap.sh b/scripts/setup/bootstrap.sh index 18ae67e41a0601..3d0a1ad7e3d2c1 100644 --- a/scripts/setup/bootstrap.sh +++ b/scripts/setup/bootstrap.sh @@ -30,6 +30,7 @@ _bootstrap_or_activate() { if [ -n "$PW_CONFIG_FILE" ]; then _CONFIG_FILE="$PW_CONFIG_FILE" + unset PW_CONFIG_FILE fi if [ ! -f "$_CHIP_ROOT/third_party/pigweed/repo/pw_env_setup/util.sh" ]; then