summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-12-06 23:37:11 +0000
committerimp <imp@FreeBSD.org>2005-12-06 23:37:11 +0000
commitca8f2294b89988710cae83708a8dfbfa3d7729cd (patch)
tree0849fe172caeef5350c367620c6951515897ee9a /Makefile.inc1
parenta854646ee044af333606f04940e60d0ac61234f7 (diff)
downloadFreeBSD-src-ca8f2294b89988710cae83708a8dfbfa3d7729cd.zip
FreeBSD-src-ca8f2294b89988710cae83708a8dfbfa3d7729cd.tar.gz
Back out my sh -> ${SHELL} change, since it will be a few days before
I can fix it better. Requested by: ru@
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 33776bb..bb456cc 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}
OpenPOWER on IntegriCloud