Ignore:
Timestamp:
03/02/10 11:32:19 (14 years ago)
Author:
sdipsl
Message:
  • Protect rebuild.ksh creation in case of DRYRUNaaaa
  • Bugfix regarding backward compatibility : IGCM_card_DefineArrayFromOption ${card} ${flag_post} Seasonal will produce an array, take that into account whentesting his value
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r237 r238  
    248248                # If option is not found (old cards) put SEASONAL ON by default 
    249249                # 
    250                 if [ "$( eval echo \${${compname}_${flag_post}_Seasonal} )" = "Option not found ${flag_post}" ] ; then 
     250                if [ "$( eval echo \${${compname}_${flag_post}_Seasonal[*]} )" = "Option not found ${flag_post}" ] ; then 
    251251                    eval ${compname}_${flag_post}_Seasonal=ON 
    252252                fi 
Note: See TracChangeset for help on using the changeset viewer.