antonmedv/walk

Doesn't handle trailing slashes correctly

Closed this issue · 0 comments

$ walk .
.
./test1
./test2
./test3
$ walk ./
./
.//test1
.//test2
.//test3