diff options
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/liolibext.c | 2 | ||||
-rwxr-xr-x | Master/bin/i386-linux/luatex | bin | 13241852 -> 27326218 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/liolibext.c b/Build/source/texk/web2c/luatexdir/lua/liolibext.c index 08c6f0b69b3..51cbc5bd979 100644 --- a/Build/source/texk/web2c/luatexdir/lua/liolibext.c +++ b/Build/source/texk/web2c/luatexdir/lua/liolibext.c @@ -199,7 +199,7 @@ static int io_popen(lua_State * L) char *cmdname = NULL; int allow = 0; const char *filename = luaL_checkstring(L, 1); - const char *mode = luaL_optstring(L, 2, "rb"); + const char *mode = luaL_optstring(L, 2, "r"); LStream *p = newprefile(L); if (shellenabledp <= 0) { diff --git a/Master/bin/i386-linux/luatex b/Master/bin/i386-linux/luatex Binary files differindex 62bbf18b7e6..549e0ed9152 100755 --- a/Master/bin/i386-linux/luatex +++ b/Master/bin/i386-linux/luatex |