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

/freebsd-13-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-13-stable/sbin/init/
H A Dinit.c1110 char _sh[] = "sh"; local
1113 argv[0] = _sh;
1904 char _sh[] = "sh"; local
1909 argv[0] = _sh;

Completed in 59 milliseconds