]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Jun 2024 14:53:56 +0000 (16:53 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 09:48:58 +0000 (11:48 +0200)
* lisp/net/tramp.el (tramp-remote-path): Add "/opt/homebrew/bin"
and "/opt/homebrew/sbin".

(cherry picked from commit 2849c0cda3785124465806134b316f95231a67a5)

lisp/net/tramp.el

index 3cd0fdf5a86211fc52936d080da1683e9b7fd3bd..97722df548dbc2f9ccef15edb7433ace1ff15050 100644 (file)
@@ -1370,7 +1370,8 @@ let-bind this variable."
   '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/usr/sbin"
     "/usr/local/bin" "/usr/local/sbin" "/local/bin" "/local/freeware/bin"
     "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin"
-    "/opt/bin" "/opt/sbin" "/opt/local/bin" "/opt/homebrew/bin")
+    "/opt/bin" "/opt/sbin" "/opt/local/bin"
+    "/opt/homebrew/bin" "/opt/homebrew/sbin")
   "List of directories to search for executables on remote host.
 For every remote host, this variable will be set buffer local,
 keeping the list of existing directories on that host.