Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The glob in `find ./*` is handled by the shell and actually sorts the files, so one needs to to ask find to sort the result, using `find -s`. `find ./* -maxdepth 0` is not equivalent to `find . -maxdepth 0`, the depth increases by one as `./x` is on level deeper than `.`. Pointy hat: bdrewery git-svn-id: svn+ssh://svn.freebsd.org/ports/head@523912 35697150-7ecd-e111-bb59-0022644237b5
- Loading branch information