Index: /trunk/src/series.m
===================================================================
--- /trunk/src/series.m	(revision 1035)
+++ /trunk/src/series.m	(revision 1036)
@@ -1520,4 +1520,7 @@
     MCRROOT = ['MCRROOT',int2str(mcrmajor),int2str(mcrminor)];
     RunTime = getenv('MCRROOT'); % Just variable MCRROOT with no version in it's name
+    if strcmp(RunTime,'')
+        RunTime = getenv(MCRROOT); % Use specialize MCRROOT with version
+    end
     ActionNameVersion=[ActionName '_' MCRROOT];
     ActionFullName=fullfile(get(handles.ActionPath,'String'),[ActionNameVersion '.sh']);
