Ignore:
Timestamp:
09/30/10 17:57:04 (14 years ago)
Author:
sdipsl
Message:

mistake in a test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r358 r359  
    823823            dmget $2 
    824824            exist=true 
    825             if [ ! X$( diff $1 $2 ) = X ] ; then 
     825            if [ "X$( diff $1 $2 )" = X ] ; then 
    826826                IGCM_debug_Print 2 "$1 and $2 are the same file, we skip the copy" 
    827827                skip=true 
Note: See TracChangeset for help on using the changeset viewer.