Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: add script help message 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 on macOS. Add a help message to show up on macOS reminding devs to strip all '=' and replace them with spaces in their command-line arguments. Also, add an option to force the script on macOS to use GNU getopt with an environment variable ('FORCE_GNU_GETOPT=1').
- Loading branch information