Fredrik Fornwall
8 years ago
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||||
|
diff -u -r ../emacs-25.0.95/lisp/net/tramp.el ./lisp/net/tramp.el |
||||
|
--- ../emacs-25.0.95/lisp/net/tramp.el 2016-05-17 12:16:28.000000000 -0400 |
||||
|
+++ ./lisp/net/tramp.el 2016-08-21 09:48:00.190856327 -0400 |
||||
|
@@ -156,7 +156,7 @@ |
||||
|
(defcustom tramp-encoding-shell |
||||
|
(if (memq system-type '(windows-nt)) |
||||
|
(getenv "COMSPEC") |
||||
|
- "/bin/sh") |
||||
|
+ "@TERMUX_PREFIX@/bin/sh") |
||||
|
"Use this program for encoding and decoding commands on the local host. |
||||
|
This shell is used to execute the encoding and decoding command on the |
||||
|
local host, so if you want to use `~' in those commands, you should |
Loading…
Reference in new issue