`-execdir` should check the `PATH` variable at parsing, and fails if it contains non-absolute directory names. For example, this should fail: ``` export PATH=$PATH:. find . -execdir echo hi ';' ``` refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Single-File.html