-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check if WRF_CMAQ is empty first #1744
Conversation
Note target is master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will add to develop if people think it is safe
The suggested change is fine. Approve. |
@wkliao Can you edit the PR message to be like others? Thanks. |
@wkliao Thank you for finding this issue and provided a fix. I have tested and it works. |
TYPE: bug fix KEYWORDS: Makefile, string check SOURCE: Problem: When WRF_CMAQ is empty, it spews the following error message. /bin/sh: line 0: [: -eq: unary operator expected Solution: Check if WRF_CMAQ is empty first. Modified files: M Makefile TESTS CONDUCTED: Yes, the change fixes the error. The Jenkins tests have passed. No effect on other code.
TYPE: bug fix
KEYWORDS: Makefile, string check
SOURCE:
Problem:
When WRF_CMAQ is empty, it spews the following error message.
Solution:
Check if WRF_CMAQ is empty first.
Modified files:
M Makefile
TESTS CONDUCTED:
RELEASE NOTE: