Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ad61cb2c authored by hhakim's avatar hhakim
Browse files

Minorly update macos post-install script (print MATLAB_ variables).

parent c0be1038
Branches
Tags 3.20.0
No related merge requests found
Pipeline #833784 skipped
...@@ -58,6 +58,8 @@ fi ...@@ -58,6 +58,8 @@ fi
if [[ ! -d "${MATLAB_ROOT}" ]] if [[ ! -d "${MATLAB_ROOT}" ]]
then then
echo "Can't find Matlab root dir. Add MATLAB_ROOT/bin to the PATH environment variable (of admin. user)." | tee -a /tmp/log_faust_install >&2 echo "Can't find Matlab root dir. Add MATLAB_ROOT/bin to the PATH environment variable (of admin. user)." | tee -a /tmp/log_faust_install >&2
echo "MATLAB_ROOT=${MATLAB_ROOT}" | tee -a /tmp/log_faust_install >&2
echo "MATLAB_BIN=${MATLAB_BIN}" | tee -a /tmp/log_faust_install >&2
else else
MATLAB_BIN="${MATLAB_ROOT}/bin/matlab" MATLAB_BIN="${MATLAB_ROOT}/bin/matlab"
# set path in system startup script # set path in system startup script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment