diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-update.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua index c5fd36fee..20ca9ce27 100644 --- a/scripts/context/lua/mtx-update.lua +++ b/scripts/context/lua/mtx-update.lua @@ -124,8 +124,8 @@ update.base = { -- binaries and font-related files -- for pdftex we don't need OpenType fonts, for LuaTeX/XeTeX we don't need TFM files -local update.defaultengine = "luatex" -local update.rsyncvariant = "cygwin" -- will be come mingw +update.defaultengine = "luatex" +update.rsyncvariant = "cygwin" -- will be come mingw update.engines = { ["luatex"] = { |