Ignore:
Timestamp:
10/20/09 10:08:43 (15 years ago)
Author:
aclsce
Message:

Corrected a bad "if" condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/lmdz.driver

    r749 r755  
    8585               LMDZ_ecrit_ISCCP=30. 
    8686               LMDZ_periodav=30. 
    87                if [ ${config_UserChoices_CalendarType}!="360d" ] ; then 
     87               if [ "${config_UserChoices_CalendarType}" != "360d" ] ; then 
    8888                  echo Change calendartype in config.card. PeriodLength=1Y allowed only for CalendarType=360d  
    8989                  exit 
Note: See TracChangeset for help on using the changeset viewer.