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

/netbsd-6-1-5-RELEASE/
H A Dbuild.sh206 for othershell in \
214 test -n "$othershell" || continue
215 if eval 'type "$othershell"' >/dev/null 2>&1 \
216 && "$othershell" "$0" --shelltest >/dev/null 2>&1
220 $0: Retrying under $othershell
222 HOST_SH="$othershell"
224 exec $othershell "$0" --no-re-exec "$@" # avoid ${1+"$@"}
228 test x"${othershell}" = x"${HOST_SH}" && break

Completed in 59 milliseconds