calamares/calamares-1.0.1-fix_reboot.patch

12 lines
490 B
Diff
Raw Normal View History

--- calamares-1.0.1/src/modules/finished/FinishedPage.cpp.orig 2015-02-20 15:57:02.785426632 +0100
+++ calamares-1.0.1/src/modules/finished/FinishedPage.cpp 2015-02-20 15:57:20.687409146 +0100
@@ -90,7 +90,7 @@
{
if ( ui->restartCheckBox->isVisible() &&
ui->restartCheckBox->isChecked() )
- QProcess::execute( "/bin/sh", { m_restartNowCommand } );
+ QProcess::execute( { m_restartNowCommand } );
} );
}
}