mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(remote-shell-program): Try rcmd also.
This commit is contained in:
parent
f9d5a20f45
commit
fa195bce9c
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ Its name should end with a slash.")
|
|||
((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh")
|
||||
((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh")
|
||||
((file-exists-p "/usr/local/bin/rsh") "/usr/local/bin/rsh")
|
||||
((file-exists-p "/usr/bin/rcmd") "/usr/bin/rcmd")
|
||||
((file-exists-p "/bin/rcmd") "/bin/rcmd")
|
||||
((file-exists-p "/bin/rsh") "/bin/rsh")
|
||||
((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")
|
||||
(t "rsh")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue