Home
last modified time | relevance | path

Searched refs:vars_script_shell (Results 1 – 2 of 2) sorted by relevance

/oneTBB/integration/mac/env/
H A Dvars.sh85 vars_script_shell="$(ps -p "$$" -o comm=)"
102 elif [ "dash" = "$vars_script_shell" ] ; then # dash
107 elif [ "sh" = "$vars_script_shell" ] ; then # could be dash masquerading as /bin/sh
/oneTBB/integration/linux/env/
H A Dvars.sh89 vars_script_shell="$(ps -p "$$" -o comm=)"
106 elif [ "dash" = "$vars_script_shell" ] ; then # dash
111 elif [ "sh" = "$vars_script_shell" ] ; then # could be dash masquerading as /bin/sh