Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check if USENETCDFPAR is empty first (#1743)
Env variable USENETCDFPAR may not be set when running make. TYPE: bug fix KEYWORDS: USENETCDFPAR SOURCE: Wei-keng Liao DESCRIPTION OF CHANGES: When env USENETCDFPAR is not set, running make spews the following error message. ``` /bin/sh: line 0: [: -eq: unary operator expected ``` Solution: Check if USENETCDFPAR is set first, and then its value if set. LIST OF MODIFIED FILES: M Makefile TESTS CONDUCTED: 1. It removes the error message 2. The Jenkins tests are passing. RELEASE NOTE: Fixed an error in Makefile to check if USENETCDFPAR is set first.
- Loading branch information