chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / emacs / lisp-net-tramp.el.patch.beforehostbuild
1 diff -u -r ../emacs-25.0.95/lisp/net/tramp.el ./lisp/net/tramp.el
2 --- ../emacs-25.0.95/lisp/net/tramp.el  2016-05-17 12:16:28.000000000 -0400
3 +++ ./lisp/net/tramp.el 2016-08-21 09:48:00.190856327 -0400
4 @@ -156,7 +156,7 @@
5  (defcustom tramp-encoding-shell
6    (if (memq system-type '(windows-nt))
7        (getenv "COMSPEC")
8 -    "/bin/sh")
9 +    "@TERMUX_PREFIX@/bin/sh")
10    "Use this program for encoding and decoding commands on the local host.
11  This shell is used to execute the encoding and decoding command on the
12  local host, so if you want to use `~' in those commands, you should