diff options
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57426,9 +57426,9 @@ itself. .verb (path-cat "" "") --> "" - (path-cat "" ".") --> "" - (path-cat "." "") --> "" - (path-cat "." ".") --> "" + (path-cat "" ".") --> "." + (path-cat "." "") --> "." + (path-cat "." ".") --> "." (path-cat "abc" ".") --> "abc" (path-cat "." "abc") --> "abc" |