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.
#186 (trunk: correct syntax in an IF statement of jobs) – NEMO

Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#186 closed Bug (fixed)

trunk: correct syntax in an IF statement of jobs

Reported by: ctlod Owned by: nemo
Priority: low Milestone:
Component: env Version: trunk
Severity: Keywords: NVTK SETTE
Cc:

Description

Remove addtional "=" symbol in the following line:

   if [ ${ind} = 1 -a ${var} == 'perf' ] ; then

To get:

   if [ ${ind} = 1 -a ${var} = 'perf' ] ; then

Commit History (1)

ChangesetAuthorTimeChangeLog
1054ctlod2008-06-04T17:48:17+02:00

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

Change History (7)

comment:1 Changed 16 years ago by ctlod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords NEMO NVTK) SETTE Validation: added

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords NVTK added; NVTK) removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords validation added; Validation: removed

comment:5 Changed 8 years ago by nicolasmartin

  • Milestone NEMO Validation: SETTE (previously NVTK) deleted

Milestone NEMO Validation: SETTE (previously NVTK) deleted

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords NEMO removed

comment:7 Changed 8 years ago by nicolasmartin

  • Keywords validation removed
Note: See TracTickets for help on using tickets.