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

/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh169 _sh="$1"
170 _shellchk="${GREPCMD} '^$_sh$' ${ETCSHELLS} > /dev/null 2>&1"
174 if [ "$_sh" != "${NOLOGIN_PATH}" ]; then
175 err "Invalid shell ($_sh) for user $username."
179 ! [ -x "$_sh" ] &&
180 info "The shell ($_sh) does not exist or is not executable."
/freebsd-11-stable/sbin/init/
H A Dinit.c1111 char _sh[] = "sh"; local
1114 argv[0] = _sh;
1902 char _sh[] = "sh"; local
1907 argv[0] = _sh;

Completed in 101 milliseconds