mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Do not bother with pushd/popd construct -- there is no need to go back to original directory in a subshell. Use "find --exec" instead of "find | xargs" to handle special file names better.