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

/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh129 _shell=$1
130 [ -z "$_shell" ] && return 1
137 if [ "$_shell" = "${NOLOGIN}" -o \
138 "$_shell" = "${NOLOGIN_PATH}" ]; then
149 if [ "$_path" = "$_shell" -o \
150 "`basename $_path`" = "$_shell" ]; then
228 _shell=
241 [ -n "$ushell" ] && _shell='-s "$ushell"'
288 _pwcmd="$_pwcmd $_shell $_class $_home $_dotdir $_passwdmethod $_passwd"
/freebsd-11-stable/contrib/bmake/
H A Dos.sh158 _shell=/bin/ksh; ENV=

Completed in 120 milliseconds