Added the default platform back again. :-)

This commit is contained in:
moodler 2004-02-20 03:00:44 +00:00
parent 59c7115177
commit 6e1ee58e3f

View File

@ -59,6 +59,9 @@
case "Darwin":
$cmd = "$CFG->dirroot/$CFG->texfilterdir/mimetex.darwin -e $pathname ". escapeshellarg($texexp);
break;
default: /// To allow drop-in binaries for other platforms
$cmd = "$CFG->dirroot/$CFG->texfilterdir/mimetex -e $pathname ". escapeshellarg($texexp);
break;
}
system($cmd, $status);
}