Ignore:
Timestamp:
02/14/13 18:03:14 (11 years ago)
Author:
sdipsl
Message:

Bugfix detecting targeted filesystem

File:
1 edited

Legend:

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

    r796 r797  
    947947    # 
    948948    #Command depends on targeted file system 
    949     IGCM_sys_IsFileArchived $1 
     949    IGCM_sys_IsFileArchived $2 
    950950    if [ $? = 0 ] ; then 
    951951      \rcp -r $1 ${STOREHOST}:$2 > out_rsync 2>&1 
     
    11181118    # 
    11191119    #Command depends on targeted file system 
    1120     IGCM_sys_IsFileArchived $1 
     1120    IGCM_sys_IsFileArchived $2 
    11211121    if [ $? = 0 ] ; then 
    11221122      mfput $1 $2 > out_rsync 2>&1 
     
    12281228    # 
    12291229    #Command depends on targeted file system 
    1230     IGCM_sys_IsFileArchived $1 
     1230    IGCM_sys_IsFileArchived $2 
    12311231    if [ $? = 0 ] ; then 
    12321232      mfput $1 $2 > out_rsync 2>&1 
Note: See TracChangeset for help on using the changeset viewer.