Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore sigpipes (as tesh.c used to do)
[simgrid.git] / buildtools / Cmake / Scripts / tesh.pl
index 5635c4c487eed5024107d5d88ed3d90bfecc0f5e..199c84f11ef99e2a5fe8460768da6268f5717093 100755 (executable)
@@ -34,7 +34,7 @@ my $error=0;
 my $exitcode=0;
 my @bg_cmds;
 my (%environ);
-
+$SIG{'PIPE'} = 'IGNORE';
 $path =~ s|[^/]*$||;
 push @INC,$path;