summaryrefslogtreecommitdiffstats
path: root/bin/lem.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lem.c')
-rw-r--r--bin/lem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lem.c b/bin/lem.c
index 67789f5..67e79ac 100644
--- a/bin/lem.c
+++ b/bin/lem.c
@@ -302,7 +302,7 @@ queue_file(int argc, char *argv[], int fidx)
if (fidx < argc)
filename = argv[fidx];
else
- filename = LUA_LDIR "lem/repl.lua";
+ filename = LEM_LDIR "lem/repl.lua";
switch (luaL_loadfile(T, filename)) {
case LUA_OK: /* success */