Ignore:
Timestamp:
03/26/12 17:44:33 (12 years ago)
Author:
jgipsl
Message:

Propagated modifications done in two previsous commit in LMDZORINCA_u1 configuration to all other configs in u1 family. See commit rev 1696 and 1697.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/propagate_master_config.ksh

    r1691 r1698  
    5050 
    5151# Test if there is nothing to copy 
    52 grep cp $cpfile 
    53 if [ $? -ne 0 ] ; then 
     52if [ $( grep cp $cpfile |wc -l ) -eq 0 ] ; then 
    5453    echo "Noting to be done. All files are the same." 
    5554    rm $cpfile 
Note: See TracChangeset for help on using the changeset viewer.