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 b3b559b commit 5f261fcCopy full SHA for 5f261fc
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