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

/freebsd-9.3-release/usr.sbin/adduser/
H A Dadduser.sh127 _shell=$1
128 [ -z "$_shell" ] && return 1
135 if [ "$_shell" = "${NOLOGIN}" -o \
136 "$_shell" = "${NOLOGIN_PATH}" ]; then
147 if [ "$_path" = "$_shell" -o \
148 "`basename $_path`" = "$_shell" ]; then
226 _shell=
239 [ -n "$ushell" ] && _shell='-s "$ushell"'
286 _pwcmd="$_pwcmd $_shell $_class $_home $_dotdir $_passwdmethod $_passwd"
/freebsd-9.3-release/contrib/bmake/
H A Dos.sh152 _shell=/bin/ksh; ENV=

Completed in 114 milliseconds