View | Details | Raw Unified | Return to bug 243807 | Differences between
and this patch

Collapse All | Expand All

(-)editors/emacs/files/patch-lisp_net_tramp-sh.el (+10 lines)
Line 0 Link Here
1
--- lisp/net/tramp-sh.el.orig	2019-07-25 19:41:28 UTC
2
+++ lisp/net/tramp-sh.el
3
@@ -4059,6 +4059,7 @@ process to set up.  VEC specifies the connection."
4
 
5
     ;; Disable echo expansion.
6
     (tramp-message vec 5 "Setting up remote shell environment")
7
+    (tramp-send-command vec "set +E" t)
8
     (tramp-send-command
9
      vec "stty -inlcr -onlcr -echo kill '^U' erase '^H'" t)
10
     ;; Check whether the echo has really been disabled.  Some

Return to bug 243807