From: Augustin Degomme Date: Mon, 16 Jun 2014 14:39:28 +0000 (+0200) Subject: ignore sigpipes (as tesh.c used to do) X-Git-Tag: v3_12~972 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/44e7cf04b7348a47778d832ed1a310863ff21a06 ignore sigpipes (as tesh.c used to do) --- diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index 5635c4c487..199c84f11e 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -34,7 +34,7 @@ my $error=0; my $exitcode=0; my @bg_cmds; my (%environ); - +$SIG{'PIPE'} = 'IGNORE'; $path =~ s|[^/]*$||; push @INC,$path;