From 9ff7cef1e6279570d362424d4a05b8ae0c83e154 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 23 Mar 2017 17:41:59 +0100 Subject: [PATCH] package.config with a final newline, like in 5.2 see https://github.com/lua/lua/commit/5cdec7d124e46c1409df8033f1b795a996dd00e4 --- src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luaconf.h b/src/luaconf.h index 6486c003..0c70b145 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -79,7 +79,7 @@ #define LUA_IGMARK "-" #define LUA_PATH_CONFIG \ LUA_DIRSEP "\n" LUA_PATHSEP "\n" LUA_PATH_MARK "\n" \ - LUA_EXECDIR "\n" LUA_IGMARK + LUA_EXECDIR "\n" LUA_IGMARK "\n" /* Quoting in error messages. */ #define LUA_QL(x) "'" x "'"