назначение окружения PATH LD_LIBRARY_PATH

++
This commit is contained in:
2025-03-09 21:35:34 +03:00
parent d2a333c7cb
commit c85661a264
9 changed files with 39 additions and 37 deletions

View File

@@ -91,12 +91,9 @@ public:
}
String getStartCommand() override {
String res = workspace + "/run";
String res = Task::getStartCommand();
if (!environments.isEmpty())
res = environments + " " + res;
#if DEB
printf("START %ld: %s\n", id, res.getCharArray());
#endif
return res;
}