New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14198 – NEMO

Changeset 14198


Ignore:
Timestamp:
2020-12-16T18:41:56+01:00 (3 years ago)
Author:
gsamson
Message:

grep test of cpp keys listed in mk/full_key_list.txt more strict (-w option) in case of 2 cpp keys start with the same name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r14086 r14198  
    328328         kk=${kk/=*/} 
    329329 
    330          if [ ! $( grep $kk ${COMPIL_DIR}/full_key_list.txt ) ]; then 
     330         if [ ! $( grep -w $kk ${COMPIL_DIR}/full_key_list.txt ) ]; then 
    331331            echo 
    332332            echo "E R R O R : key "$kk" is not found in ${NEW_CONF}/WORK routines..." 
Note: See TracChangeset for help on using the changeset viewer.