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 89bc57c commit 0930202Copy full SHA for 0930202
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