You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
605 B
11 lines
605 B
--- ./lisp/net/tramp.el.orig 2019-11-28 10:46:48.410942229 +0100
|
|
+++ ./lisp/net/tramp.el 2019-11-28 10:48:14.795740378 +0100
|
|
@@ -132,7 +132,7 @@
|
|
;; Suppress `shell-file-name' for w32 systems.
|
|
(defcustom tramp-encoding-shell
|
|
(let (shell-file-name)
|
|
- (or (tramp-compat-funcall 'w32-shell-name) "/bin/sh"))
|
|
+ (or (tramp-compat-funcall 'w32-shell-name) "@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
|
|
|