Changeset 593


Ignore:
Timestamp:
03/23/12 10:56:45 (12 years ago)
Author:
mafoipsl
Message:

Suppress == test not working on SX9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/libIGCM_config/libIGCM_config.ksh

    r592 r593  
    668668          eval tempvar=\${config_Executable_${comp}[${j}]} 
    669669 
    670           if [ X${tempvar} == X ] ; then 
     670          if [ X${tempvar} = X ] ; then 
    671671            echo "Error reading MPI/OMP parameters !!!"  
    672672            echo "Check your config.card."  
Note: See TracChangeset for help on using the changeset viewer.