Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make roll_harfbuzz.sh work properly on Mac.
On Mac `find` by default interprets the first parameter literally as a directory string and does not normalize the resulting file names the way `find` does on Linux. Remove the unnecessary trailing '/' so that both Mac and Linux versions produce the expected output. Change-Id: I0f06d6025ce7eb545a5fbdab7686403bbebc80b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3384285 Auto-Submit: Ben Wagner <bungeman@chromium.org> Reviewed-by: Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/main@{#958489}
- Loading branch information