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 1054 for trunk/VALID/2INSTALL/JOBS/job_ORCA2_LIM.ksh – NEMO

Ignore:
Timestamp:
2008-06-04T17:48:17+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: correct syntax in an IF statement of jobs, see ticket: #186

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VALID/2INSTALL/JOBS/job_ORCA2_LIM.ksh

    r957 r1054  
    215215   echo $k > temp 
    216216   var=$( ( awk '{printf("%-.4s", varin ) } ' varin=$k temp ) ) 
    217    if [ ${ind} = 1 -a ${var} == 'perf' ] ; then 
     217   if [ ${ind} = 1 -a ${var} = 'perf' ] ; then 
    218218       kc='perf*' 
    219219       rm -f ${WORK}/NEMO_VALID/W${CONF}/${RUN}/${DIROUT}/${kc} 
Note: See TracChangeset for help on using the changeset viewer.