From 637750b9885b288f2d886bcc950427462c1a7cdd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 6 Dec 2005 23:37:11 +0000 Subject: [PATCH] Back out my sh -> ${SHELL} change, since it will be a few days before I can fix it better. Requested by: ru@ --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 33776bb40e18..bb456cc716e6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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}