mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -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
|
||||
{
|
||||
program = "env";
|
||||
arguments << args.join( ' ' );
|
||||
arguments << args;
|
||||
}
|
||||
|
||||
process.setProgram( program );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue