Ignore:
Timestamp:
06/12/06 15:28:51 (18 years ago)
Author:
pinsard
Message:

bugfix compute_fromreg_imoms3_weigaddr and square2quadrilateral

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r104 r105  
    8787    echo 
    8888    echo 
    89     grep "Compilation error(s)" /tmp/compileallerr_${$} 
    90     [ $? -ne 0 ] && echo "ALL SAXO files are OK..." || exit 
     89    grep -q "Compilation error(s)" /tmp/compileallerr_${$} 
     90    if [ ${?} -ne 0 ]  
     91    then 
     92     echo "ALL SAXO files are OK..." 
     93     rm -f /tmp/compileallerr_${$} /tmp/compileall${$}.pro 
     94    else 
     95     grep "Compilation error(s)" /tmp/compileallerr_${$} 
     96     echo "eee : see /tmp/compileallerr_${$}" 
     97     exit 1 
     98    fi 
    9199    echo 
    92100    echo 
    93     rm -f /tmp/compileallerr_${$} /tmp/compileall${$}.pro 
    94101fi 
    95102#------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.