Changeset 1823 for TOOLS


Ignore:
Timestamp:
07/19/12 16:05:54 (12 years ago)
Author:
aclsce
Message:

Modified to have check options by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/enlarge_my_files.sh

    r1822 r1823  
    193193        # Try 2 times before fire "FAILED" 
    194194        ncrcatcmd=ncrcat 
    195 #       ncrcatoptions="--md5_digest" 
    196         ncrcatoptions="" 
     195        ncrcatoptions="--md5_digest" 
     196#       ncrcatoptions="" 
    197197 
    198198        startTime=$( getDateMilliSeconds ) # gpdebug : time 
     
    286286        # Waiting for CCRT command 
    287287        tarcmd=tar 
    288 #       taroptions="--format=posix -W -cf" 
    289         taroptions="--format=posix -cf" 
     288        taroptions="--format=posix -W -cf" 
     289#taroptions="--format=posix -cf" 
    290290        cd $dirinputfile 
    291291 
     
    367367        # Waiting for CCRT command 
    368368        tarcmd=tar 
    369 #       taroptions="--format=posix -W -cf" 
    370         taroptions="--format=posix -cf" 
     369        taroptions="--format=posix -W -cf" 
     370#       taroptions="--format=posix -cf" 
    371371        cd $dirin1 
    372372#       ls 
     
    441441        # Waiting for CCRT command 
    442442        tarcmd=tar 
    443 #       taroptions="--format=posix -W -cf" 
    444         taroptions="--format=posix -cf" 
     443        taroptions="--format=posix -W -cf" 
     444#       taroptions="--format=posix -cf" 
    445445        cd $dirin1 
    446446#       ls 
Note: See TracChangeset for help on using the changeset viewer.