[NTG-context] Bug in first-setup.bat
Christoph Reller
christoph.reller at gmail.com
Fri May 22 09:19:51 CEST 2015
Hi,
Currently, the setup script for Windows does not support installation in a
directory whose path contains spaces. Please change line 41 of
first-setup.bat from
mtxrun --script ./bin/mtx-update.lua --update --force --make --engine=all
--context=beta --texroot=%OWNPATH%tex %*
to
mtxrun --script ./bin/mtx-update.lua --update --force --make --engine=all
--context=beta --texroot="%OWNPATH%tex" %*
Then everything should be fine.
Thanks,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150522/ef05e747/attachment.html>
More information about the ntg-context
mailing list