mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
Added default platform
This commit is contained in:
parent
6e1ee58e3f
commit
13112aaa35
@ -60,8 +60,11 @@
|
|||||||
case "Darwin":
|
case "Darwin":
|
||||||
$cmd = "$CFG->dirroot/$CFG->texfilterdir/mimetex.darwin -e $pathname ". escapeshellarg($texexp);
|
$cmd = "$CFG->dirroot/$CFG->texfilterdir/mimetex.darwin -e $pathname ". escapeshellarg($texexp);
|
||||||
break;
|
break;
|
||||||
|
default: /// To allow drop-in binaries for other platforms
|
||||||
|
$cmd = "$CFG->dirroot/$CFG->texfilterdir/mimetex -e $pathname ". escapeshellarg($texexp);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
system($cmd, $status);
|
system($cmd, $status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user