[roll] Roll third_party/pigweed pw_build/python_dist/setup: Fix space handling

Previously, if the setup script ran from a path with a space in it, the
script would fail due to bash/zsh recognizing the space as an argument
seperator. This is handled with double quotes, as well as overwriting
IFS to change how bash handles spaces temporarily.

Original-Bug: b/268093643
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128632
Original-Revision: a416328d39bbf48e85b47ef06e1a6e0ac66a6c6e
GitOrigin-RevId: 91b17201a1b97df7dd4287dfae86617e77a5b3cd
Change-Id: Iff34465a6755518ebfabe816e36ccb760a966f89
1 file changed
tree: c73d21bea62f7812f1f2686ef7dfa06d65676dbf
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.