mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Try to fix dontChroot command execution.
This commit is contained in:
parent
a4ea7e65a2
commit
1534b0a27c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue