This commit is contained in:
Quentin Garnier 2014-02-13 10:21:43 +01:00
parent 006f9ca129
commit 11a75b7605
1 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,10 @@ sub execute_winshell_commands {
}
if ($loop_out == 1) {
$self->internal_exit(msg => 'Command to long to execute...');
}
$current_stderr =~ s/\r//mg;
$current_stdout =~ s/\r//mg;