назначение окружения PATH LD_LIBRARY_PATH
++
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user