aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-06-27 02:35:01 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-12-28 15:22:18 -0300
commit1e0bd058bda001eec42b74d7b9a5b55e65f56bc5 (patch)
tree37b5cf606e130c0a1265aae9eb1b1e5f523a836a
parentbb05fa9dc6709db6d3da72b1755615b3c4a18eff (diff)
downloadluarocks-1e0bd058bda001eec42b74d7b9a5b55e65f56bc5.tar.gz
luarocks-1e0bd058bda001eec42b74d7b9a5b55e65f56bc5.tar.bz2
luarocks-1e0bd058bda001eec42b74d7b9a5b55e65f56bc5.zip
debug
-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]