From 7f5e2f639b43a52e7aebdb1c5d38f1678c117b4d Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 2 Jun 2024 16:53:56 +0200 Subject: [PATCH] Fix last change * lisp/net/tramp.el (tramp-remote-path): Add "/opt/homebrew/bin" and "/opt/homebrew/sbin". (cherry picked from commit 2849c0cda3785124465806134b316f95231a67a5) --- lisp/net/tramp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 3cd0fdf5a86..97722df548d 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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. -- 2.39.2