Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export: correctly handle paths containing whitespace and quotes
In order to reliably process paths with whitespace or quotes to xargs without using non-POSIX features, each character must be escaped. (Quoting will handle whitespace, but not filenames with quotes in them.)
- Loading branch information