Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of
--help
in the build-commons.sh (dotnet#91590)
The `--help` was not recognized in that script because double dashes were converted to single ones before processing the options. That causes e.g. the src/test/build.sh to not to recognize the `--help` option, so it instead starts building the tests. This change fixes it
- Loading branch information