doubled semicolons

master
Joey Hess 2009-02-11 12:29:39 -05:00
parent 4d25fce92a
commit 5e2e95a516
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ sub render_graph (\%) {
if (! -e "$config{destdir}/$dest") {
my $pid;
my $sigpipe=0;;
my $sigpipe=0;
$SIG{PIPE}=sub { $sigpipe=1 };
$pid=open2(*IN, *OUT, "$params{prog} -Tpng");

View File

@ -130,7 +130,7 @@ sub preprocess (@) {
if (! -e "$config{destdir}/$fn") {
my $pid;
my $sigpipe=0;;
my $sigpipe=0;
$SIG{PIPE}=sub { $sigpipe=1 };
$pid=open2(*IN, *OUT, "php");