aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r--lisp/net/tramp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index a5ee3c9bc04..5873efcb98a 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -5095,7 +5095,7 @@ file exists and nonzero exit status otherwise."
5095 (and (setq tramp-file-exists-command "ls -d %s") 5095 (and (setq tramp-file-exists-command "ls -d %s")
5096 (file-exists-p existing) 5096 (file-exists-p existing)
5097 (not (file-exists-p nonexisting)))) 5097 (not (file-exists-p nonexisting))))
5098 (error "Couldn't find command to check if file exists.")))) 5098 (error "Couldn't find command to check if file exists"))))
5099 5099
5100 5100
5101;; CCC test ksh or bash found for tilde expansion? 5101;; CCC test ksh or bash found for tilde expansion?
@@ -5131,7 +5131,7 @@ file exists and nonzero exit status otherwise."
5131 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'" 5131 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'"
5132 tramp-shell-prompt-pattern shell-prompt-pattern)) 5132 tramp-shell-prompt-pattern shell-prompt-pattern))
5133 (pop-to-buffer (buffer-name)) 5133 (pop-to-buffer (buffer-name))
5134 (error "Couldn't find remote `%s' prompt." shell)) 5134 (error "Couldn't find remote `%s' prompt" shell))
5135 (tramp-message 5135 (tramp-message
5136 9 "Setting remote shell prompt...") 5136 9 "Setting remote shell prompt...")
5137 ;; Douglas Gray Stephens <DGrayStephens@slb.com> says that we 5137 ;; Douglas Gray Stephens <DGrayStephens@slb.com> says that we