Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/fzf: fix buzybox find incompattibility | Kevin Daudt | 2019-12-07 | 1 | -0/+52 |
fzf uses `-fstype` for find commands, but buzybox find does not support that. Remove those as they just exclude things like `/proc/`, which mainly causes issues when running `fzf` from `/`. Fixes #11022 |