diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-07-17 23:33:02 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-05 20:49:17 +0300 |
commit | 14008754b8fed731489cd0fd028a8aeac03e9836 (patch) | |
tree | 893bf3afc88ff5539fa7af049d0ee5403eed2442 | |
parent | f051c0952e5fa4c1373dc1410c8da8c65ff7b9fc (diff) | |
download | luarocks-14008754b8fed731489cd0fd028a8aeac03e9836.tar.gz luarocks-14008754b8fed731489cd0fd028a8aeac03e9836.tar.bz2 luarocks-14008754b8fed731489cd0fd028a8aeac03e9836.zip |
temp fix
-rw-r--r-- | src/luarocks/util.tl | 2 |
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 | ||
67 | util.cleanup_path = core.cleanup_path --tlcheck acting funny | 67 | util.cleanup_path = core.cleanup_path --tlcheck acting funny |
68 | util.split_string = core.split_string | 68 | util.split_string = core.split_string |
69 | util.sortedpairs = core.sortedpairs | 69 | -- util.sortedpairs = core.sortedpairs |
70 | util.deep_merge = core.deep_merge | 70 | util.deep_merge = core.deep_merge |
71 | util.deep_merge_under = core.deep_merge_under | 71 | util.deep_merge_under = core.deep_merge_under |
72 | util.popen_read = core.popen_read | 72 | util.popen_read = core.popen_read |