]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last tramp-sh.el commit
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Feb 2015 12:49:57 +0000 (13:49 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 2 Feb 2015 12:49:57 +0000 (13:49 +0100)
lisp/net/tramp-sh.el

index 9a5be77e66dd9ab4a7890d7be7bc94ef1f07e701..ae0dad715bf689f718845b6cc142b755221aec90 100644 (file)
@@ -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 ""))