Install sections cannot be executed
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The install sections of scripts cannot be executed.
There is a little issue with a substr in line 348 in script.cpp. The following line
sScriptCommand += " " + sTemp.substr(0, sTemp.find("<endinfo>"));
should be
sScriptCommand += " " + sTemp.substr(0, sTemp.find("<endinfo>") + 9);
This fix was tested manually. No deviations occured. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r448]
Diff: