]> git.eshelyaron.com Git - emacs.git/commit
em-unix.el: only pass -H option to grep
authorBrendan O'Dea <bod@debian.org>
Wed, 17 Aug 2022 11:20:15 +0000 (13:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 17 Aug 2022 11:20:15 +0000 (13:20 +0200)
commitdeddd56e3521aa2544575a8b10ffb4c99ee3be74
tree4ed4db0a26243a9c23136f1a20b3da61092d180d
parent4915ca5dd4245a909c046e6691e8d4a1919890c8
em-unix.el: only pass -H option to grep

* lisp/eshell/em-unix.el (eshell-grep): Don't add -H, because that
breaks agrep/glimpse etc (bug#57247).
(eshell/grep, eshell/egrep, eshell/fgrep): Instead add it here.
lisp/eshell/em-unix.el