Bug in first-setup.bat
![](https://secure.gravatar.com/avatar/13bc5842f0b785acdb8f02c38b78439d.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/6114858d84b0f40cf715f12237ab67a1.jpg?s=120&d=mm&r=g)
On Fri, May 22, 2015 at 9:19 AM, Christoph Reller wrote:
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.
Thank you for the report, it has been fixed. Mojca
participants (2)
-
Christoph Reller
-
Mojca Miklavec