comparison lisp/paths.el @ 12392:76541e773672

(remote-shell-program): Fix typo checking /usr/bin/remsh.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Jun 1995 23:20:05 +0000
parents 08e1b7f85e5e
children fc8171b983be
comparison
equal deleted inserted replaced
12391:5d719d15c5c1 12392:76541e773672
121 ;; that an rsh found elsewhere is the remote shell program. The converse 121 ;; that an rsh found elsewhere is the remote shell program. The converse
122 ;; is not true: /usr/bin/rsh could be either one, so check that last. 122 ;; is not true: /usr/bin/rsh could be either one, so check that last.
123 ((file-exists-p "/usr/ucb/remsh") "/usr/ucb/remsh") 123 ((file-exists-p "/usr/ucb/remsh") "/usr/ucb/remsh")
124 ((file-exists-p "/usr/bsd/remsh") "/usr/bsd/remsh") 124 ((file-exists-p "/usr/bsd/remsh") "/usr/bsd/remsh")
125 ((file-exists-p "/bin/remsh") "/bin/remsh") 125 ((file-exists-p "/bin/remsh") "/bin/remsh")
126 ((file-exists-p "/usr/bin/remsh") "/bin/remsh") 126 ((file-exists-p "/usr/bin/remsh") "/usr/bin/remsh")
127 ((file-exists-p "/usr/local/bin/remsh") "/usr/local/bin/remsh") 127 ((file-exists-p "/usr/local/bin/remsh") "/usr/local/bin/remsh")
128 ((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh") 128 ((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh")
129 ((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh") 129 ((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh")
130 ((file-exists-p "/usr/local/bin/rsh") "/usr/local/bin/rsh") 130 ((file-exists-p "/usr/local/bin/rsh") "/usr/local/bin/rsh")
131 ((file-exists-p "/bin/rsh") "/bin/rsh") 131 ((file-exists-p "/bin/rsh") "/bin/rsh")