From a97297a3fe98a378e392ae8cf9afb441928cd5c1 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 28 Oct 2014 12:01:06 +0100 Subject: [PATCH] Attempt to fix #125 --- src/libcalamares/utils/CalamaresUtilsSystem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index 35f3647cb..c87346958 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( 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,