-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_toolchain: Quote arguments to --skip-include-path
Since these can be regexes, and thus include "*", they need to be quoted so that they do not undergo shell expansion between the gn and python. Change-Id: I317019fa05d0bb5a05a27ddbd8b8dbf157ac4ab4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/92643 Reviewed-by: Ted Pudlik <[email protected]> Commit-Queue: Scott James Remnant <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters