From 44e7cf04b7348a47778d832ed1a310863ff21a06 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 16 Jun 2014 16:39:28 +0200 Subject: [PATCH] ignore sigpipes (as tesh.c used to do) --- buildtools/Cmake/Scripts/tesh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1