Variable: hfy-shell-file-name

hfy-shell-file-name is a customizable variable defined in htmlfontify.el.gz.

Value

"/bin/sh"

Documentation

Shell (Bourne or compatible) to invoke for complex shell operations.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-shell-file-name "/bin/sh"
  "Shell (Bourne or compatible) to invoke for complex shell operations."
  :tag   "shell-file-name"
  :type  '(file))