Launch the bourne shell using "sh" rather than "${SHELL}", as the latter

may come in from the environment and reflect the user's interactive shell.
Using bare "sh" is the dominant pattern in existing makefiles.

MFC this together with r255775.

Approved by:	re ()
MFC after:	2 weeks
This commit is contained in:
Ian Lepore 2013-09-23 00:04:36 +00:00
parent c22a9c369e
commit dd5f1297c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255807

View File

@ -113,7 +113,7 @@ osreldate.h vers.c: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
MAKE="${MAKE}" \
NEWVERS_SH=${NEWVERS_SH} \
PARAM_H=${PARAM_H} \
${SHELL} ${MK_OSRELDATE_SH}
sh ${MK_OSRELDATE_SH}
.for i in ${LHDRS}
INCSLINKS+= sys/$i ${INCLUDEDIR}/$i