Skip to content
Snippets Groups Projects
Commit ae518fc6 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Eike Ziller
Browse files

Execute: Close write channel


This prevents the executed process from waiting to user input.

Change-Id: I85944ffeea94d8cc40ddcd7a2ea2d5094a377a57
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 9b7f746f
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ void ExecuteFilter::runHeadCommand()
m_process->setWorkingDirectory(d.workingDirectory);
m_process->setCommand(fullPath, d.arguments);
m_process->start();
m_process->closeWriteChannel();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment