Try to fix dontChroot command execution.
This commit is contained in:
parent
a4ea7e65a2
commit
1534b0a27c
@ -150,7 +150,7 @@ System::targetEnvOutput( const QStringList& args,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
program = "env";
|
program = "env";
|
||||||
arguments << args.join( ' ' );
|
arguments << args;
|
||||||
}
|
}
|
||||||
|
|
||||||
process.setProgram( program );
|
process.setProgram( program );
|
||||||
|
Loading…
Reference in New Issue
Block a user