Skip to content

Commit

Permalink
Avoid polluting Pigweed environment namespace (#22742)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored and pull[bot] committed Nov 16, 2023
1 parent 21d2bdd commit 1564060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1564060

Please sign in to comment.