Merge branch 'fix_wrf_dir_comparison' into release-v4.1 (PR #122)
commitcd1af580722a766272b38421d91de0b89edb2e41
authorMichael Duda <duda@ucar.edu>
Tue, 2 Apr 2019 22:51:42 +0000 (2 16:51 -0600)
committerMichael Duda <duda@ucar.edu>
Tue, 2 Apr 2019 22:51:42 +0000 (2 16:51 -0600)
tree9e4fc68feda0649f8cf8483f04fa661c94236752
parentfc1a86fcdd8714b394066030b1110add1c4e89b5
parent278b05d9cb4e3aba603c49a5bbc093e6c4105ceb
Merge branch 'fix_wrf_dir_comparison' into release-v4.1 (PR #122)

This merge corrects an error when the == operator is used with single
square brackets in the 'configure' script:

    [ ../WRF == none ]
    ./configure: 183: [: ../WRF: unexpected operator

According to:
https://unix.stackexchange.com/questions/382003/what-are-the-differences-between-and-in-conditional-expressions ,
the = operator is the POSIX compatible way of comparing strings in sh/test.

* fix_wrf_dir_comparison:
  Fix string comparison