Changeset 23300
- Timestamp:
- 09/18/18 00:23:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/win10/package64.sh
r23299 r23300 4 4 version=`svn info | grep Revision | awk '{printf("%s\n",$2);}'` 5 5 6 # Get windows style path to files6 # Get Windows style path to files 7 7 export ISSM_DIR_WIN=`cygpath -m "$ISSM_DIR"` 8 8 … … 25 25 rm matlab.log 26 26 27 $MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR /bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log27 $MATLAB -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR_WIN/bin $ISSM_DIR_WIN/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log 28 28 29 29 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.