git-svn-id: svn://db.shs.com.ru/pip@439 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -336,7 +336,7 @@ int main(int argc, char * argv[]) {
|
|||||||
if (!name.isEmpty())
|
if (!name.isEmpty())
|
||||||
args << "-n" << name;
|
args << "-n" << name;
|
||||||
PIProcess p;
|
PIProcess p;
|
||||||
p.exec("readlink /proc/self/exe");
|
p.exec("/usr/bin/readlink", PIStringList() << "/proc/self/exe");
|
||||||
piCout << p.readOutput();
|
piCout << p.readOutput();
|
||||||
piCout << "start in background:" << PISystemInfo::instance()->execCommand;// << "; with args" << args;
|
piCout << "start in background:" << PISystemInfo::instance()->execCommand;// << "; with args" << args;
|
||||||
PIProcess::execIndependent(PISystemInfo::instance()->execCommand, args);
|
PIProcess::execIndependent(PISystemInfo::instance()->execCommand, args);
|
||||||
|
|||||||
Reference in New Issue
Block a user