]> git.eshelyaron.com Git - emacs.git/commit
Fix find invocation for macOS (Bug#48471).
authorPhilipp Stephani <phst@google.com>
Mon, 17 May 2021 19:59:57 +0000 (21:59 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 23 May 2021 11:03:49 +0000 (13:03 +0200)
commit2e55201b8085d64c76d9a35bffff90a02133647e
treeece9a2f0124064543d7339e4bcf6f99ac8ca65d6
parentfc87cdf95986667bf083fdab01df20a6a07d5d0f
Fix find invocation for macOS (Bug#48471).

* lisp/progmodes/project.el (project--files-in-directory): Instead of
appending a slash (which doesn't work well with macOS find), remove
trailing slash and pass -H instead.
lisp/progmodes/project.el