Ignore:
Timestamp:
06/10/2006 04:48:25 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
966cb20
Parents:
e35e794
Message:

Merged r2754:2768 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    re35e794 r9199a13  
    102102
    103103#----------------------------------#
    104 wrt_logs() {             #
     104wrt_logs() {                       #
    105105#----------------------------------#
    106106  local ITERATION=iteration-$1
     
    112112        mv ${LOGS} $ITERATION && \\
    113113        popd 1> /dev/null
    114         @touch \$@
     114        @touch \$@ && \\
     115        echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\
     116        echo --------------------------------------------------------------------------------\$(WHITE)
    115117EOF
    116118) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.