diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-12-01 17:08:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-12-01 17:08:56 +0000 |
| commit | d53cdc6c43d50aa29ee3afd2701799c8b53cfc1b (patch) | |
| tree | a667083bb047de98cd61462a9d9e60796ea574e7 /Makefile.inc1 | |
| parent | 38df04a76d906bea50a833e7333de33c4a0daf9a (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 73478a6483d1..8f140a6ff6da 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} sh || true + @cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32} toolchain: ${TOOLCHAIN_TGTS} |
