Ignore:
Timestamp:
04/13/12 11:13:20 (12 years ago)
Author:
sdipsl
Message:
  • IGCM_sys_CountFileArchive must be a quiet function so as not to disturb tests making us of it
File:
1 edited

Legend:

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

    r640 r645  
    425425function IGCM_sys_TestFileArchive { 
    426426  IGCM_debug_PushStack "IGCM_sys_TestFileArchive" $@ 
    427   if ( $DEBUG_sys ) ; then 
    428     echo "IGCM_sys_TestFileArchive :" $@ 
    429   fi 
    430427  typeset ExistFlag 
    431428  ExistFlag=$( [ -f $1 ] && echo 0 || echo 1 ) 
Note: See TracChangeset for help on using the changeset viewer.