Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: make script portable for macOS
Problem: recently, several core developers have noted that the docker-run-checks.sh script borks when command-line options that specify values do so with an equals sign rather than a space. This can be fixed by stripping out any '=' before the arguments are passed to getopt. Since getopt automatically stops at '--' when parsing command-line options, this should preserve '=' in any options passed to configure. Additionally, add a help message and option to defer to the loop for GNU getopt via an environment variable.
- Loading branch information