X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMisc.pm;h=bf286c0773d26569eebe4032296b83f3b1a7c4ae;hb=795a85c10d898120a2a6341c4df32fb60b069a64;hp=936f94a6e30dee4ab7f63025d190da36d1123702;hpb=7153190ee1bfeb6d3ad9e6da270a41a949333a7e;p=freeside.git diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index 936f94a6e..bf286c077 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -745,8 +745,7 @@ sub _pslatex { for ( 1, 2 ) { local($SIG{CHLD}) = sub {}; - #run( \@cmd, '>'=>'/dev/null', '2>'=>'/dev/null', timeout($timeout) ) - run( \@cmd, timeout($timeout) ) + run( \@cmd, '>'=>'/dev/null', '2>'=>'/dev/null', timeout($timeout) ) or die "pslatex $file.tex failed; see $file.log for details?\n"; }