Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip failing for undefined variables in MacOS (apache#15744)
Failing with undefined variables is a good technique to avoid typos in Bash, but for MacOS this is problematic as bash used by default on MacOS fails with undefined variable when there is an empty array passed - which is often needed, for example when you pass "${@}" arguments. This PR disables undefined variable check for MacOS.
- Loading branch information