Skip to content

Make ls(1) not recurse on `.' and `..'

Nicholas De Nova requested to merge nanovad/sortix:fix-ls-infinite-loop into master

By comparing the relative path in ls_directory to . and .., we can prevent recursion on them.

Fixes #548 (closed)

Merge request reports