aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-07-17 23:33:02 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-05 20:49:17 +0300
commit14008754b8fed731489cd0fd028a8aeac03e9836 (patch)
tree893bf3afc88ff5539fa7af049d0ee5403eed2442
parentf051c0952e5fa4c1373dc1410c8da8c65ff7b9fc (diff)
downloadluarocks-14008754b8fed731489cd0fd028a8aeac03e9836.tar.gz
luarocks-14008754b8fed731489cd0fd028a8aeac03e9836.tar.bz2
luarocks-14008754b8fed731489cd0fd028a8aeac03e9836.zip
temp fix
-rw-r--r--src/luarocks/util.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/util.tl b/src/luarocks/util.tl
index aff245b8..70b499b8 100644
--- a/src/luarocks/util.tl
+++ b/src/luarocks/util.tl
@@ -66,7 +66,7 @@ end
66 66
67util.cleanup_path = core.cleanup_path --tlcheck acting funny 67util.cleanup_path = core.cleanup_path --tlcheck acting funny
68util.split_string = core.split_string 68util.split_string = core.split_string
69util.sortedpairs = core.sortedpairs 69-- util.sortedpairs = core.sortedpairs
70util.deep_merge = core.deep_merge 70util.deep_merge = core.deep_merge
71util.deep_merge_under = core.deep_merge_under 71util.deep_merge_under = core.deep_merge_under
72util.popen_read = core.popen_read 72util.popen_read = core.popen_read