Changeset 756 for CONFIG/LMDZOR/branches


Ignore:
Timestamp:
10/20/09 10:30:36 (15 years ago)
Author:
aclsce
Message:

Corrected a bad "if" condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/COMP/lmdz.driver

    r751 r756  
    8383        *Y|*y)  
    8484               ecrit_mth=30.  
    85                if [ ${config_UserChoices_CalendarType}!="360d" ] ; then 
     85               if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 
    8686                  echo Change calendartype in config.card. PeriodLength=1Y allowed only for CalendarType=360d  
    8787                  exit 
Note: See TracChangeset for help on using the changeset viewer.