Uses the suggested command
Fixes #30938
Uses the suggested command
Fixes #30938
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
review ACK 7bd3ee62f6d6f59ca599e85f81776d282dee1539
Seems fine to replace the python3
dependency with sh
, assuming that sh
is available on more systems (at least on all systems where ls
was previously available)
ACK 7bd3ee62f6d6f59ca599e85f81776d282dee1539.
The new command does exactly what is described in the comment above.
Both sh
and echo
are expected to be available on systems where ls
(from the original implementation) is available.