mypath.lua

changeset 35
2f927eae429b
parent 26
77cd7b8fb6a6
--- a/mypath.lua	Sun Sep 06 21:24:39 2020 +0300
+++ b/mypath.lua	Sun Sep 06 22:12:52 2020 +0300
@@ -28,7 +28,7 @@
 end
 
 function path.dirname(p)
-    return tuple.fst(dirbasename(p))
+    return tuple.fst(path.dirbasename(p))
 end
 
 function path.dirname_slash(p)

mercurial