aboutsummaryrefslogtreecommitdiff
path: root/binary
diff options
context:
space:
mode:
Diffstat (limited to 'binary')
-rwxr-xr-xbinary/all_in_one5
1 files changed, 5 insertions, 0 deletions
diff --git a/binary/all_in_one b/binary/all_in_one
index 235e6155..8f8d7ea7 100755
--- a/binary/all_in_one
+++ b/binary/all_in_one
@@ -486,6 +486,11 @@ local function main()
486 "luafilesystem", 486 "luafilesystem",
487 } 487 }
488 488
489 print("CONFIG_FILE: " .. CONFIG_FILE)
490 print("----------------------------------------------------------------")
491 os.execute("cat " .. CONFIG_FILE)
492 print("----------------------------------------------------------------")
493
489 fs.make_dir(LUA_MODULES) 494 fs.make_dir(LUA_MODULES)
490 for _, name in ipairs(dependency_order) do 495 for _, name in ipairs(dependency_order) do
491 local use = dependencies[name] 496 local use = dependencies[name]