From c46cfe1b1bf4a7f218eea15012f7ce9b04524c6c Mon Sep 17 00:00:00 2001 From: Allen Li Date: Wed, 6 Feb 2019 22:56:12 -0800 Subject: [PATCH] Workaround 34192 --- lisp/net/tramp-sh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 404fae9197..88968c83d6 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -4075,7 +4075,7 @@ tramp-open-shell (format "HISTFILE=%s" (tramp-shell-quote-argument tramp-histfile-override)) (if tramp-histfile-override - "HISTFILE='' HISTFILESIZE=0 HISTSIZE=0" + "HISTFILE='' HISTFILESIZE=0 HISTSIZE=1" "")) (tramp-shell-quote-argument tramp-end-of-output) shell (or extra-args "")) -- 2.20.1