diff options
-rw-r--r-- | src/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 1ab0ad2..4d295e6 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -234,7 +234,7 @@ ** CHANGE it if your stand-alone interpreter has a different name and ** your system is not able to detect that name automatically. */ -#define LUA_PROGNAME "lua" +#define LUA_PROGNAME "teliva" /* |