Variable: pgg-pgp-shell-file-name

pgg-pgp-shell-file-name is a customizable variable defined in pgg-pgp.el.gz.

Value

"/bin/sh"

Documentation

File name to load inferior shells from.

Bourne shell or its equivalent (not tcsh) is needed for "2>".

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-pgp.el.gz
(defcustom pgg-pgp-shell-file-name "/bin/sh"
  "File name to load inferior shells from.
Bourne shell or its equivalent \(not tcsh) is needed for \"2>\"."
  :type 'string)