aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/find-buzybox-compat.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/fzf: upgrade to 0.21.0Kevin Daudt2020-03-131-6/+6
|
* community/fzf: fix buzybox find incompattibilityKevin Daudt2019-12-071-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