forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…7704) This change looks for the `bash` exit code 127, which indicates that a command could not be found. An error log is raised at that point. As a side effect, we no longer need to nag the user to set `tools`, which makes `experimental_shell_commands` that depend only on `bash` internal commands a bit more concise. Note that this would _not_ raise a warning if the error is not one that bash would ignore -- e.g. running a command in backticks, without `set -e` enabled.
- Loading branch information
Christopher Neugebauer
authored
Dec 2, 2022
1 parent
991878e
commit 3bf2200
Showing
2 changed files
with
23 additions
and
8 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