Searched defs:SHELL (Results 1 – 7 of 7) sorted by relevance
29 …ons', 'expansions', [CompletionResultType]::ParameterName, 'Execute the shell command with $SHELL') variable39 … 'cmd-expansions', [CompletionResultType]::ParameterValue, 'Execute the shell command with $SHELL') variable79 … 'cmd-expansions', [CompletionResultType]::ParameterValue, 'Execute the shell command with $SHELL') variable
1 SHELL := /bin/bash macro
1 SHELL=/usr/bin/env bash macro
1 SHELL = /bin/sh macro
323 AC_SUBST(SHELL) subst
81 #define SHELL "/bin/bash" macro
903 AC_DEFINE_UNQUOTED([SHELL], "$with_shell", [Path for a modern shell]) definition