mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Fix the last fix.
This commit is contained in:
parent
d8818e0280
commit
7212aaec74
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ System::targetEnvOutput( const QStringList& args,
|
|||
{
|
||||
program = "sh";
|
||||
arguments = QStringList( { "-c" } );
|
||||
arguments << QString( "\"%1\"" ).arg( args.join( ' ' ) );
|
||||
arguments << args.join( ' ' );
|
||||
}
|
||||
|
||||
process.setProgram( program );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue