Attempt to fix #125
This commit is contained in:
parent
6a9c9cbaae
commit
a97297a3fe
@ -78,7 +78,7 @@ chrootCall( const QString& command,
|
||||
const QString& stdInput,
|
||||
int timeoutSec )
|
||||
{
|
||||
return chrootCall( QStringList() = { command },
|
||||
return chrootCall( { command },
|
||||
workingPath,
|
||||
stdInput,
|
||||
timeoutSec );
|
||||
@ -170,7 +170,7 @@ chrootOutput( const QString& command,
|
||||
const QString& stdInput,
|
||||
int timeoutSec )
|
||||
{
|
||||
return chrootOutput( QStringList() = { command },
|
||||
return chrootOutput( { command },
|
||||
output,
|
||||
workingPath,
|
||||
stdInput,
|
||||
|
Loading…
Reference in New Issue
Block a user