Variable: pgg-pgp5-shell-file-name
pgg-pgp5-shell-file-name is a customizable variable defined in
pgg-pgp5.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-pgp5.el.gz
(defcustom pgg-pgp5-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)