mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* lisp/man.el (Man-shell-file-name): Ensure a Bourne shell. (Bug#75308)
This commit is contained in:
parent
7016c13e5e
commit
48f9d6aafe
1 changed files with 2 additions and 2 deletions
|
@ -578,7 +578,7 @@ Otherwise, the value is whatever the function
|
||||||
|
|
||||||
(defun Man-shell-file-name ()
|
(defun Man-shell-file-name ()
|
||||||
"Return a proper shell file name, respecting remote directories."
|
"Return a proper shell file name, respecting remote directories."
|
||||||
(or ; This works also in the local case.
|
(if (connection-local-p shell-file-name)
|
||||||
(connection-local-value shell-file-name)
|
(connection-local-value shell-file-name)
|
||||||
"/bin/sh"))
|
"/bin/sh"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue