diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index c87346958..745472203 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.cpp +++ b/src/libcalamares/utils/CalamaresUtilsSystem.cpp @@ -78,7 +78,7 @@ chrootCall( const QString& command, const QString& stdInput, int timeoutSec ) { - return chrootCall( { command }, + return chrootCall( QStringList{ command }, workingPath, stdInput, timeoutSec ); @@ -170,7 +170,7 @@ chrootOutput( const QString& command, const QString& stdInput, int timeoutSec ) { - return chrootOutput( { command }, + return chrootOutput( QStringList{ command }, output, workingPath, stdInput,