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_ulam.ksh

    r640 r645  
    401401function IGCM_sys_TestFileArchive { 
    402402  IGCM_debug_PushStack "IGCM_sys_TestFileArchive" $@ 
    403   if ( $DEBUG_sys ) ; then 
    404     echo "IGCM_sys_TestFileArchive :" $@ 
    405   fi 
    406403  typeset ExistFlag FileNameToTest 
    407     # modified 17/10/2011 /u is not known on ulam, use /homegaya instead to test dir locally on ulam 
     404  # modified 17/10/2011 /u is not known on ulam, use /homegaya instead to test dir locally on ulam 
    408405  FileNameToTest=$(echo $1 | sed 's,/u/,/homegaya/,') 
    409406  ExistFlag=$( IGCM_sys_RshArchive "[ -f ${FileNameToTest} ] && echo 0 || echo 1" ) 
Note: See TracChangeset for help on using the changeset viewer.