Searched refs:_shell (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh122 local _shell=$1 _fullpath=
124 if [ -z "$_shell" ]; then
133 if [ "$_shell" = "${NOLOGIN}" ] ||
134 [ "$_shell" = "${NOLOGIN_PATH}" ]; then
141 if [ "$_path" = "$_shell" ] ||
142 [ "${_path##*/}" = "$_shell" ]; then
197 local _shell= _class= _dotdir= _expire= _pwexpire= _passwd= _upasswd=
211 [ -n "$ushell" ] && _shell='-s "$ushell"'
273 _pwcmd="$_pwcmd $_shell $_class $_home $_dotdir $_passwdmethod $_passwd"
/freebsd-current/contrib/bmake/
H A Dos.sh170 _shell=/bin/ksh; ENV=
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile464 _shell := ${.SHELL:tA:T} macro
465 .if ${_shell} == "dash"
468 .elif ${_shell} == "ksh"
498 .if ${_shell} == "bash"
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile467 _shell := ${.SHELL:tA:T} macro
468 .if ${_shell} == "dash"
471 .elif ${_shell} == "ksh"
501 .if ${_shell} == "bash"

Completed in 119 milliseconds