Variable: tramp-connection-local-default-shell-variables
tramp-connection-local-default-shell-variables is a variable defined
in tramp-integration.el.gz.
Value
((shell-file-name . "/bin/sh") (shell-command-switch . "-c"))
Documentation
Default connection-local shell variables for remote connections.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-integration.el.gz
(defconst tramp-connection-local-default-shell-variables
'((shell-file-name . "/bin/sh")
(shell-command-switch . "-c"))
"Default connection-local shell variables for remote connections.")