source: issm/oecreview/Archive/16554-17801/ISSM-16596-16597.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 740 bytes
  • ../trunk-jpl/scripts/jenkins.sh

     
    102102
    103103                cd $PACKAGENAME
    104104                echo "======================================================";
    105                 echo "       Installing $PACKAGENAME (see compil.log)       ";
     105                echo "       Installing $PACKAGENAME                        ";
    106106                echo "======================================================";
    107                 ./$PACKAGEINST > compil.log
     107                ./$PACKAGEINST | compil.log
    108108                if [ $? -ne 0 ]; then
    109109                        echo "======================================================";
    110110                        echo "    ERROR: installation of $PACKAGENAME failed        ";
Note: See TracBrowser for help on using the repository browser.