Back out my sh -> ${SHELL} change, since it will be a few days before

I can fix it better.

Requested by: ru@
This commit is contained in:
Warner Losh 2005-12-06 23:37:11 +00:00
parent 79880f7327
commit 637750b988
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153181

View File

@ -470,7 +470,7 @@ buildworld: ${WMAKE_TGTS}
buildenv:
@echo Entering world for ${TARGET_ARCH}:${TARGET}
@cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true
@cd ${.CURDIR} && env ${WMAKEENV} sh || true
TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
toolchain: ${TOOLCHAIN_TGTS}