From 14008754b8fed731489cd0fd028a8aeac03e9836 Mon Sep 17 00:00:00 2001 From: V1K1NGbg Date: Wed, 17 Jul 2024 23:33:02 +0300 Subject: temp fix --- src/luarocks/util.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 util.cleanup_path = core.cleanup_path --tlcheck acting funny util.split_string = core.split_string -util.sortedpairs = core.sortedpairs +-- util.sortedpairs = core.sortedpairs util.deep_merge = core.deep_merge util.deep_merge_under = core.deep_merge_under util.popen_read = core.popen_read -- cgit v1.2.3-55-g6feb