From 219119e906f2e49e37567f29a7d9a1f82ece1760 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 2 Feb 2015 13:49:57 +0100 Subject: [PATCH] Fix last tramp-sh.el commit --- 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 9a5be77e66d..ae0dad715bf 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -3911,7 +3911,7 @@ file exists and nonzero exit status otherwise." "HISTFILE=" (if (eq tramp-histfile-override 'unset) "" - (tramp-shell-quote-argument tramp-histfile-override)))) + (tramp-shell-quote-argument tramp-histfile-override))) "") (tramp-shell-quote-argument tramp-end-of-output) shell (or extra-args "")) -- 2.39.2