From: Michael Albinus Date: Mon, 2 Feb 2015 12:49:57 +0000 (+0100) Subject: Fix last tramp-sh.el commit X-Git-Tag: emacs-25.0.90~2008^2~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=219119e906f2e49e37567f29a7d9a1f82ece1760;p=emacs.git Fix last tramp-sh.el commit --- 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 ""))