MDL-23128 tex: silence dvips output
This was causing spewwing of lots of messages to the error log.. Thanks to Fred Woolard for the suggestion
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
|
||||
// run dvips (.dvi to .ps)
|
||||
$pathdvips = escapeshellarg(trim(get_config('filter_tex', 'pathdvips'), " '\""));
|
||||
$command = "$pathdvips -E $dvi -o $ps";
|
||||
$command = "$pathdvips -q -E $dvi -o $ps";
|
||||
if ($this->execute($command, $log )) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user