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 6e1e4bd commit 89bc57cCopy full SHA for 89bc57c
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