Merge branch 'MDL-23128-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Andrew Nicols 2015-12-22 13:11:27 +08:00
commit ec68e9d530

View File

@ -133,7 +133,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;
}