Variable: semantic-symref-grep-shell

semantic-symref-grep-shell is a customizable variable defined in grep.el.gz.

Value

"/bin/sh"

Documentation

The shell command to use for executing find/grep.

This shell should support pipe redirect syntax.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/symref/grep.el.gz
(defcustom semantic-symref-grep-shell shell-file-name
  "The shell command to use for executing find/grep.
This shell should support pipe redirect syntax."
  :group 'semantic
  :type 'string)