Merge branch 'MDL-23128-30' of git://github.com/danpoltawski/moodle into MOODLE_30_STABLE

This commit is contained in:
Andrew Nicols
2015-12-22 13:11:46 +08:00
+1 -1
View File
@@ -130,7 +130,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;
}