summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Graph.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Graph.pm')
-rw-r--r--lib/VNWeb/Graph.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VNWeb/Graph.pm b/lib/VNWeb/Graph.pm
index f3e26678..c7550fc5 100644
--- a/lib/VNWeb/Graph.pm
+++ b/lib/VNWeb/Graph.pm
@@ -44,7 +44,6 @@ sub dot2svg {
my($dot) = @_;
$dot = encode_utf8 $dot;
- local $SIG{CHLD} = undef; # Fixed in TUWF 4d8a59cc1dfb5f919298ee495b8865f7872f6cbb
my $e = run_cmd([config->{graphviz_path},'-Tsvg'], '<', \$dot, '>', \my $out, '2>', \my $err)->recv;
warn "graphviz STDERR: $err\n" if chomp $err;
$e and die "Failed to run graphviz";