Ignore:
Timestamp:
05/29/12 19:01:54 (12 years ago)
Author:
mafoipsl
Message:

Bugfix on ulam and information added into AA_job.

File:
1 edited

Legend:

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

    r651 r675  
    796796  fi 
    797797  if [ $DRYRUN = 0 ]; then 
    798     TEST=$( IGCM_sys_RshMaster ( [ -d $1 ] || [ -f $1 ] ) && echo 1 || echo 0 ) 
     798    TEST=$( IGCM_sys_RshMaster [ -d $1 ] || [ -f $1 ] && echo 1 || echo 0 ) 
    799799    if [ ${TEST} -ne 1 ] ; then 
    800800      echo "WARNING : IGCM_sys_Get_Master ${1} DOES NOT EXIST ON ${MASTER}." 
Note: See TracChangeset for help on using the changeset viewer.