We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343070d commit 6e1e4bdCopy full SHA for 6e1e4bd
AzureDevOps/ToolboxDistribution.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- script: |
25
echo $PATH
26
- export PATH="$MATLABROOT:$PATH"
+ export PATH="'$(MATLABROOT)':$PATH"
27
28
ls
29
which matlab
0 commit comments