Changeset 18638


Ignore:
Timestamp:
10/14/14 14:10:53 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r18637 r18638  
    194194        if [ "$OS" = "win7" ]; then
    195195                echo "HERE I AM"
    196                 $MATLAB_PATH/bin/matlab -nojvm -nosplash -r "exit;"
     196                matlab -nojvm -nosplash -r "exit;"
    197197                $MATLAB_PATH/bin/matlab -nojvm -nosplash -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; matlab_run$i" -logfile $ISSM_DIR/nightlylog/matlab_log$i.log
    198198        else
Note: See TracChangeset for help on using the changeset viewer.