Skip to content

Commit

Permalink
force retoring the MATLAB path
Browse files Browse the repository at this point in the history
  • Loading branch information
syarra committed Sep 15, 2017
1 parent 0153739 commit 3ad707d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/prepareTutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ fi
if [[ $buildHTML = true ]]; then
if [[ -z "$specificTutorial" ]]; then
# /Applications/MATLAB_R2016b.app/bin/matlab -nodesktop -nosplash -r "initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath');exit;"
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/matlab -nodesktop -nosplash -r "initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath');exit;"
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/matlab -nodesktop -nosplash -r "restoredefaultpath;initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath');exit;"
else
# /Applications/MATLAB_R2016b.app/bin/matlab -nodesktop -nosplash -r "initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath', '$specificTutorial');exit;"
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/matlab -nodesktop -nosplash -r "initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath', '$specificTutorial');exit;"
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/matlab -nodesktop -nosplash -r "restoredefaultpath;initCobraToolbox;addpath('../.ci');generateTutorials('$pdfPath', '$specificTutorial');exit;"
fi

fi
Expand Down

0 comments on commit 3ad707d

Please sign in to comment.